Bug 705419
Summary: | SELinux is preventing /usr/libexec/colord from 'read' accesses on the chr_file 013. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | M. A. MacLain <mgml> |
Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 15 | CC: | antonio.montagnani, doctore, dwalsh, mgrepl |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | setroubleshoot_trace_hash:f58ec443d27ed5be539c8b894d528ca86b5f3a09f782bef0e5430220073a1ed5 | ||
Fixed In Version: | selinux-policy-3.9.16-26.fc15 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-06-03 05:29:53 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: |
Description
M. A. MacLain
2011-05-17 15:53:01 UTC
Are you able to reproduce it? This will a race condition between the kernel creating the device, colord reading it and udev fixing the label. We might have to add a big dontaudit for these, as I think they are succeeding on the second try. dontaudit domain device_t:chr_file { read open }; Yes. Lets just add, dontaudit colord_t device_t ... Fixed in selinux-policy-3.9.16-25.fc15 selinux-policy-3.9.16-26.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/selinux-policy-3.9.16-26.fc15 Package selinux-policy-3.9.16-26.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing selinux-policy-3.9.16-26.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/selinux-policy-3.9.16-26.fc15 then log in and leave karma (feedback). selinux-policy-3.9.16-26.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |