Bug 1421247
| Summary: | start of colord causes selinux denial, comm="colord" name="hwdb.bin" | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Petr Sklenar <psklenar> |
| Component: | selinux-policy | Assignee: | Lukas Vrabec <lvrabec> |
| Status: | CLOSED ERRATA | QA Contact: | Milos Malik <mmalik> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.4 | CC: | lvrabec, mgrepl, mmalik, plautrba, pvrabec, riehecky, ssekidde |
| Target Milestone: | rc | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-01 15:22:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
I believe this bug is a duplicate of BZ#1373082. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:1861 |
Description of problem: try to start colord Version-Release number of selected component (if applicable): colord-1.2.7-2.el7.x86_64 selinux-policy-3.13.1-117.el7.noarch How reproducible: always Steps to Reproduce: 1. start colord Actual results: journalctl: Feb 10 18:58:46 masox.brq.redhat.com python[28705]: SELinux is preventing /usr/libexec/colord from read access on the file /etc/udev/hwdb.bin. ***** Plugin catchall (100. confidence) suggests ************************** If you believe that colord should be allowed read access on the hwdb.bin file by default. Then you should report this as a bug. You can generate a local policy module to allow this access. Do allow this access for now by executing: # ausearch -c 'colord' --raw | audit2allow -M my-colord # semodule -i my-colord.pp Feb 10 18:58:49 masox.brq.redhat.com setroubleshoot[28705]: SELinux is preventing /usr/libexec/colord from read access on the file /etc/udev/hwdb.bin. For complete SELinux m Feb 10 18:58:49 masox.brq.redhat.com python[28705]: SELinux is preventing /usr/libexec/colord from read access on the file /etc/udev/hwdb.bin. ***** Plugin catchall (100. confidence) suggests ************************** If you believe that colord should be allowed read access on the hwdb.bin file by default. Then you should report this as a bug. You can generate a local policy module to allow this access. Do allow this access for now by executing: # ausearch -c 'colord' --raw | audit2allow -M my-colord # semodule -i my-colord.pp --------------- audit.log: type=AVC msg=audit(1486720637.555:115): avc: denied { read } for pid=3610 comm="colord" name="hwdb.bin" dev="dm-0" ino=135696345 scontext=system_u:system_r:colord_t:s0 tcontext=system_u:object_r:systemd_hwdb_etc_t:s0 tclass=file type=AVC msg=audit(1486720637.555:116): avc: denied { read } for pid=3610 comm="colord" name="hwdb.bin" dev="dm-0" ino=135696345 scontext=system_u:system_r:colord_t:s0 tcontext=system_u:object_r:systemd_hwdb_etc_t:s0 tclass=file type=AVC msg=audit(1486749525.624:824): avc: denied { read } for pid=28700 comm="colord" name="hwdb.bin" dev="dm-0" ino=135696345 scontext=system_u:system_r:colord_t:s0 tcontext=system_u:object_r:systemd_hwdb_etc_t:s0 tclass=file type=AVC msg=audit(1486749525.624:825): avc: denied { read } for pid=28700 comm="colord" name="hwdb.bin" dev="dm-0" ino=135696345 scontext=system_u:system_r:colord_t:s0 tcontext=system_u:object_r:systemd_hwdb_etc_t:s0 tclass=file Expected results: no denial Additional info: