FTPd man page patch from Dan Walsh.
This commit is contained in:
parent
220915dcad
commit
a31679b43f
|
@ -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(/.*)?"
|
semanage fcontext -a -t public_content_t "/var/ftp(/.*)?"
|
||||||
.TP
|
.TP
|
||||||
.B
|
.B
|
||||||
restorecon -R -v /var/ftp
|
restorecon -F -R -v /var/ftp
|
||||||
.TP
|
.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.
|
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
|
.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(/.*)?"
|
semanage fcontext -a -t public_content_rw_t "/var/ftp/incoming(/.*)?"
|
||||||
.TP
|
.TP
|
||||||
.B
|
.B
|
||||||
restorecon -R -v /var/ftp/incoming
|
restorecon -F -R -v /var/ftp/incoming
|
||||||
|
|
||||||
.SH BOOLEANS
|
.SH BOOLEANS
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Reference in New Issue