Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: sharing an object with two subjects, with mutltiple types ?: msg#00167
|
Subject: |
Re: sharing an object with two subjects, with mutltiple types ? |
Kevin Verma wrote:
But I want to have a read-only access to this public repository. How to ?
On 9/29/05, Daniel J Walsh <dwalsh@xxxxxxxxxx> wrote:
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@xxxxxxxxxx
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
--
--
fedora-selinux-list mailing list
fedora-selinux-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-selinux-list
If you don't set the boolean, that domain will not have access.
There is a bug in current policy where if you don't set the boolean for
a domain, it does not get
read access to the public_content_rw_t directory.
--
|
| |