[Samba] Re: \\<server>\<share> is not accessible. The network pathwas not found.

Craig White craigwhite at azapple.com
Fri Mar 31 21:32:18 GMT 2006


On Fri, 2006-03-31 at 22:09 +0100, Steve A wrote:
> "Craig White" <craigwhite at azapple.com> wrote in message 
> news:1143836702.21658.99.camel at lin-workstation.azapple.com...
> 
> > http://fedoraproject.org/wiki/SELinux
> 
> Thank you so much Craig... I have disabled SELinux for now, it is too much 
> to learn SELinux and Linux at the same time!
----
and it just occurred to me that I should add something to the wiki about
this.

In the troubleshooting section, I added a few links...

http://wiki.samba.org/index.php/Samba_Troubleshooting

This should allow most everyone to function with samba and keep using
SELinux.

My guess is that you only needed to run either (or both - you weren't
specific about the shares) of these commands...

     setsebool -P samba_enable_home_dirs 1

     chcon -t samba_share_t /path/to/share/non/homes/share

or you could have done these steps...

     setsebool -P smbd_disable_trans 1
     service smb restart

and that would have allowed you to keep running selinux without
enforcement of restrictions on samba daemons at all (in the thought that
selinux on but not minding samba is better than off altogether)

I think one of the things we like is to consider the notion that a Linux
system is more secure than a Windows system but it won't remain that way
if we turn off the security layers because we don't understand them.

Craig



More information about the samba mailing list