Relabeling question

Anthony Messina amessina at messinet.com
Thu Jun 28 11:23:29 UTC 2007


On Thursday 28 June 2007 03:55:15 am Tony Molloy wrote:
> Hi,
>
> This is on CentOS but it's a SELinux question.
>
> I have a filesystem which I need to make available under ftp ( vsftpd )
> httpd ( apache ) and NFS. It contains our local mirrors.
>
> What should the permissions and the SELInux context be on the filesystem
> and how can I relabel it so that it can be available under all three.
>
> The current permissions/SELinux context are
>
> drwxr-xr-x  root root system_u:object_r:default_t      mirrors
>
> and I want something like
>
> drwxr-xr-x  root root root:object_r:public_content_t   TEST

you do want the public_content_t (or perhaps the public_content_rw_t if it's 
not read only).

you may also need to check booleans to allow the different daemons to write to 
the pubilc_content_t areas:

allow_ftpd_anon_write --> off
allow_httpd_anon_write --> off
allow_httpd_apcupsd_cgi_script_anon_write --> off
allow_httpd_bugzilla_script_anon_write --> off
allow_httpd_squid_script_anon_write --> off
allow_httpd_sys_script_anon_write --> off
allow_nfsd_anon_write --> on
allow_rsync_anon_write --> off
allow_smbd_anon_write --> on

-- 
Anthony -  http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://listman.redhat.com/archives/fedora-selinux-list/attachments/20070628/233176d1/attachment.sig>


More information about the fedora-selinux-list mailing list