问一个 selinux 的问题,好几天啦!

发布于 2022-07-24 10:53:56 字数 908 浏览 17 评论 8

我的document 是挂载的windows 的 fat 分区! /mnt/wind/www
我也 用过 chcon -R -t httpd_sys_content_t www
可是还是出现403 错误!
内容如下:
Forbidden

You don't have permission to access / on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.0 (Fedora) Server at jackie.thinkoop.com Port 80
/var/log/message下的出错信息如下:
message:
audit(1154832979.258:32): avc:  denied  { getattr } for  pid=2449 comm="httpd" name="/" dev=hda5 ino=1 scontext=user_u:system_r:httpd_t:s0 tcontext=system_ubject_r:dosfs_t:s0 tclass=dir

问题是不是出现在tcontext 那里呀,那个地方怎么改呀!

[ 本帖最后由 fengyun8972 于 2006-8-6 15:58 编辑 ]

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(8

楠木可依 2022-07-26 09:51:02

2.5.3. Filesystems and Extended Attributes

SELinux uses extended attributes to store security labels on each file. These extended attributes require the use of the ext2 or ext3 filesystems. The XFS filesystem is also known to work, but notably reiserfs is not compatible with these extended attributes.

不寐倦长更 2022-07-26 09:49:47

为什么在fat上搞是自找麻烦呀!fat和其它的有什么不同吗?

江南月 2022-07-26 09:48:33

不是说得很清楚吗,目录的安全上下文设置错误。不过在fat 上面搞,自找麻烦。

岁月如刀 2022-07-26 09:21:24

你看看rhel的文档,里面有详细的selinux关于apache的配置

层林尽染 2022-07-26 07:21:59

谢谢啦,我试一下!可是怎么把结果给出的权限条目加入到你的selinux的target源代码中!

[ 本帖最后由 fengyun8972 于 2006-8-6 22:52 编辑 ]

叹沉浮 2022-07-26 06:03:47

使用cat /var/log/messege |audit2allow
audit2allow这个工具能根据日志出错的信息给出你需要添加哪条selinux的权限。
把结果给出的权限条目加入到你的selinux的target源代码中,重新make reload一下即可。

相权↑美人 2022-07-25 12:14:28

我还没说清楚吗,!

久伴你 2022-07-25 00:37:08

你的问题能不能说明清楚点

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文