Changing the "allow_ftpd_use_nfs" and "ftpd_anon_write" booleans to true will allow this access: "setsebool -P allow_ftpd_use_nfs=1 ftpd_anon_write=1". warning: setting the "ftpd_anon_write" boolean to true will allow the ftp daemon to write to all public content (files and directories with type public_content_t) in addition to writing to files and directories on NFS filesystems.
"ftpd_anon_write" booleans to true will allow this access:
"setsebool -P allow_ftpd_use_nfs=1 ftpd_anon_write=1".
warning: setting the "ftpd_anon_write" boolean to true will
allow the ftp daemon to write to all public content (files and
directories with type public_content_t) in addition to writing to
files and directories on NFS filesystems.
true に変更すると、 このアクセスが許可されます:
"setsebool -P allow_ftpd_use_nfs=1 ftpd_anon_write=1"
警告: "ftpd_anon_write" のブール値を true に設定すると、
NFS ファイルシステム上のファイルやディレクトリーへの
書き込みのほかに、 すべての公開コンテンツ (タイプが
public_content_t のファイルとディレクトリー) への書き込みも
ftp デーモンに許可することになります。