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: Using SELinux on samba mounted directories: msg#00209
|
Subject: |
Re: Using SELinux on samba mounted directories |
Karsten Wade wrote:
On Wed, 2004-12-22 at 12:23 +1100, Michael Kraus wrote:
G'day...
Is there a way to edit the /etc/fstab file so that the
context is set
when the directory is mounted? (I hope this is all making
Not sure if this solution works with samba - worth a try:
http://fedora.redhat.com/docs/selinux-faq-fc3/index.html#id3523296
Based on that advice, I'm trying:
//machine/share /mnt/mymountpoint smb
context=root:object_r:httpd_sys_content_t,username=myusername,password=m
ypass,exec,rw,uid=500,gid=48,fmask=0775 0 0
Unfortunately to no avail. It looks like smbmount ignores the
"context=..." part. :(
I don't think the context mounting is working yet for Samba.
Would it be a sick idea to smbmount the share, then export it to
localhost as an NFS mount, then mount that with an SELinux context?
Just looking for stop-gap ideas until the Samba context stuff is
working.
- Karsten
What AVC messages are you seeing?
|
| |