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

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