Blame SOURCES/0001-Remove-a-hint-about-the-ftp_home_dir-SELinux-boolean.patch

08d2e9
From ab797dcffc855b05c9e7c8db4e5be2fc7510831b Mon Sep 17 00:00:00 2001
08d2e9
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
08d2e9
Date: Tue, 17 Mar 2020 12:57:36 +0100
08d2e9
Subject: [PATCH] Remove a hint about the ftp_home_dir SELinux boolean
08d2e9
08d2e9
The boolean has been removed from SELinux.
08d2e9
---
08d2e9
 vsftpd.conf | 1 -
08d2e9
 1 file changed, 1 deletion(-)
08d2e9
08d2e9
diff --git a/vsftpd.conf b/vsftpd.conf
08d2e9
index 6b8eebb..ea20a72 100644
08d2e9
--- a/vsftpd.conf
08d2e9
+++ b/vsftpd.conf
08d2e9
@@ -12,7 +12,6 @@
08d2e9
 anonymous_enable=NO
08d2e9
 #
08d2e9
 # Uncomment this to allow local users to log in.
08d2e9
-# When SELinux is enforcing check for SE bool ftp_home_dir
08d2e9
 local_enable=YES
08d2e9
 #
08d2e9
 # Uncomment this to enable any form of FTP write command.
08d2e9
-- 
08d2e9
2.25.1
08d2e9