sharing an object with two subjects, with mutltiple types ?

Daniel J Walsh dwalsh at redhat.com
Thu Sep 29 12:36:42 UTC 2005


Kevin Verma wrote:

>Hi,
>
>Is it possible to share a data repositry with two catagories of
>subjects. For example, I hit a bump for sharing a data repository
>among both httpd and samba (on FC4).
>
>Thanks for reading,
>
>--
>fedora-selinux-list mailing list
>fedora-selinux-list at redhat.com
>https://www.redhat.com/mailman/listinfo/fedora-selinux-list
>  
>
public_content_t and public_content_rw_t  (Used to be ftpd_anon_t and 
ftpd_anon_rw_t).

If you need a particular domain to write to a sharded directory/file you 
need to set the appropriate boolean
allow_DOMAIN_anon_write

So to allow samba to write to public_content_rw_t, you would set the boolean

setsebool -P allow_smb_anon_write=1



-- 





More information about the fedora-selinux-list mailing list