From a31679b43fc821ec31fb785f10461545403db410 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Thu, 28 Oct 2010 14:34:10 -0400 Subject: [PATCH] FTPd man page patch from Dan Walsh. --- man/man8/ftpd_selinux.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/man8/ftpd_selinux.8 b/man/man8/ftpd_selinux.8 index 9e194812a..5bebd82d4 100644 --- a/man/man8/ftpd_selinux.8 +++ b/man/man8/ftpd_selinux.8 @@ -15,7 +15,7 @@ Allow ftp servers to read the /var/ftp directory by adding the public_content_t semanage fcontext -a -t public_content_t "/var/ftp(/.*)?" .TP .B -restorecon -R -v /var/ftp +restorecon -F -R -v /var/ftp .TP Allow ftp servers to read and write /var/tmp/incoming by adding the public_content_rw_t type to the directory and by restoring the file type. This also requires the allow_ftpd_anon_write boolean to be set. .PP @@ -23,7 +23,7 @@ Allow ftp servers to read and write /var/tmp/incoming by adding the public_conte semanage fcontext -a -t public_content_rw_t "/var/ftp/incoming(/.*)?" .TP .B -restorecon -R -v /var/ftp/incoming +restorecon -F -R -v /var/ftp/incoming .SH BOOLEANS .PP