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

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