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

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