Blame SOURCES/0044-Disable-anonymous_enable-in-default-config-file.patch

90e381
From ffaeebcfdb56ba75392af21c68c0bac78a226b55 Mon Sep 17 00:00:00 2001
90e381
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
90e381
Date: Tue, 2 Jan 2018 09:54:43 +0100
90e381
Subject: [PATCH 44/59] Disable anonymous_enable in default config file
90e381
90e381
Resolves: rhbz#1338637
90e381
---
90e381
 vsftpd.conf | 2 +-
90e381
 1 file changed, 1 insertion(+), 1 deletion(-)
90e381
90e381
diff --git a/vsftpd.conf b/vsftpd.conf
90e381
index 39d1955..4626c1b 100644
90e381
--- a/vsftpd.conf
90e381
+++ b/vsftpd.conf
90e381
@@ -9,7 +9,7 @@
90e381
 # capabilities.
90e381
 #
90e381
 # Allow anonymous FTP? (Beware - allowed by default if you comment this out).
90e381
-anonymous_enable=YES
90e381
+anonymous_enable=NO
90e381
 #
90e381
 # Uncomment this to allow local users to log in.
90e381
 # When SELinux is enforcing check for SE bool ftp_home_dir
90e381
-- 
90e381
2.14.4
90e381