Bug 456036
| Summary: | SELinux is preventing gam_server (unlabed_t) "getattr" to inotify (inotifyfs_t) | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Philip Heuer <pheuer> | ||||||||||||||||
| Component: | selinux-policy-targeted | Assignee: | Daniel Walsh <dwalsh> | ||||||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ben Levenson <benl> | ||||||||||||||||
| Severity: | high | Docs Contact: | |||||||||||||||||
| Priority: | low | ||||||||||||||||||
| Version: | 9 | CC: | ofeeley | ||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||
| Hardware: | All | ||||||||||||||||||
| OS: | Linux | ||||||||||||||||||
| Whiteboard: | |||||||||||||||||||
| Fixed In Version: | 79 | Doc Type: | Bug Fix | ||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||
| Last Closed: | 2008-07-28 20:23:33 UTC | Type: | --- | ||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||
| Embargoed: | |||||||||||||||||||
| Attachments: |
|
||||||||||||||||||
|
Description
Philip Heuer
2008-07-21 02:37:04 UTC
Created attachment 312223 [details]
audit log #1
Created attachment 312224 [details]
audit log #2
Created attachment 312225 [details]
audit log #3
I'm getting this too, even after killing all instances of gam_server as suggested by Philip above. Just out of interest I decided to leave things chugging away and I now see 19000 odd denials of each of: gam_server (unlabeled_t) "getattr" to inotify (inotifyfs_t) and gam_server (unlabeled_t) "read" to inotify (inotifyfs_t) Also does the suggested fix "restorecon -v 'inotify'" make much sense given that it should be an absolute path to the directory and obviously from the full message SELinux is aware that it is a directory [dir] ? Fixed in selinux-policy-3.3.1-79.fc9 Created attachment 312604 [details]
v3.3.1-79 audit log #1
Created attachment 312605 [details]
v3.3.1-79 audit log #2
Created attachment 312606 [details]
v3.3.1-79 audit log #3
Created attachment 312608 [details]
v3.3.1-79 setroubleshoot output ("getattr" AVC denial)
If it helps, v3.3.1-74 did not have this issue.
Just kill the gam_server, All updates to 79 will not cause the problem. The problem was a removal of a role for gam_server in policy 78. This was fixed in 79 and would only happen if you had a gam_server running by the system. Once you kill the gam_server the problem should not come back. Thanks. That fixed the problem. |