BLACKSITE
:
216.73.216.249
:
157.173.108.86 / pdclassessgnr.in
:
Linux server.madnetech.com 4.18.0-553.117.1.el8_10.x86_64 #1 SMP Sun Apr 5 23:14:32 EDT 2026 x86_64
:
/
usr
/
share
/
doc
/
pure-ftpd
/
Upload File:
files >> //usr/share/doc/pure-ftpd/README.SELinux
============================= SELinux support for Pure-FTPd ============================= With this package, Pure-FTPd is now protected in the same way VSFTPd and ProFTPd are in Fedora. Read Access ----------- To allow files to be accessed by Pure-FTPd, you need either : - to place them in /var/ftp - to label them with the public_content_t. To do that, you can use:: chcon -t public_content_t file_to_publish Write Access ------------ If you wish to grant write access, you have to use the public_content_rw_t type, for example with this command:: chcon -t public_content_rw_t file_to_publish and you have to turn on the allow_ftpd_anon_write boolean using system-config-securitylevel, or using the following command:: setsebool -P allow_ftpd_anon_write 1 Access to home directories -------------------------- If you want to publish files in a user's home directory, you have to turn on the ftp_home_dir boolean, using system-config-securitylevel, or using the following command:: setsebool -P ftp_home_dir 1