RHEL5中不用关闭SELinux而成功启动Samba
RHEL5中的samba服务器启动后,能看到共享目录,但是不能访问共享目录,告知权限不够.此时可以通过如下命令: tail /var/log/message看到如此提示: ''/home/lyy'' does not exist or permission denied when connecting to [lyy] Error was 权限不够 SELinux is preventing the samba daemon from reading users home directories.For complete SELinux messages. run sealert -l a0c1c154-bc37-44f5-a6eb-cfc88fed18b9 根据提示运行: sealert -l a0c1c154-bc37-44f5-a6eb-cfc88fed18b9 可看到另外更详细的提示,再根据提示 Allowing Access If you want samba to share home directories you need to turn on the samba_enable_home_dirs boolean: "setsebool -P samba_enable_home_dirs=1" The following command will allow this access: setsebool -P samba_enable_home_dirs=1 运行: setsebool -P samba_enable_home_dirs=1 等运行成功后,就能正常访问目录了.-P参数是永久有效的意思. 注意setsebool放在/usr/sbin中,如果系统提示setsebool命令找不到,加入上述路径即可. |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |