| Summary: | SELinux is preventing /usr/libexec/colord from read, write access on the unix_stream_socket unix_stream_socket. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stephen Gallagher <sgallagh> |
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | dominick.grift, dwalsh, mgrepl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:0c765ae33f1dd37ff922ed2fe99d383ed2f7be79315e470a3ec55c8501a97bb2 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-02-10 08:53:31 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
*** Bug 740359 has been marked as a duplicate of this bug. *** *** Bug 740361 has been marked as a duplicate of this bug. *** Miroslav looks like a new version of systemd is being back ported to F15 that needs to allow all daemons to read/write unix_stream_sockets. Well we allow this for init daemons but not for dbus deamons which I am fixing and backporting from F16. |
SELinux is preventing /usr/libexec/colord from read, write access on the unix_stream_socket unix_stream_socket. ***** Plugin catchall (50.5 confidence) suggests *************************** If you believe that colord should be allowed read write access on the unix_stream_socket unix_stream_socket 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: # grep colord /var/log/audit/audit.log | audit2allow -M mypol # semodule -i mypol.pp ***** Plugin leaks (50.5 confidence) suggests ****************************** If you want to ignore colord trying to read write access the unix_stream_socket unix_stream_socket, because you believe it should not need this access. Then you should report this as a bug. You can generate a local policy module to dontaudit this access. Do # grep /usr/libexec/colord /var/log/audit/audit.log | audit2allow -D -M mypol # semodule -i mypol.pp Additional Information: Source Context system_u:system_r:colord_t:s0-s0:c0.c1023 Target Context system_u:system_r:init_t:s0 Target Objects unix_stream_socket [ unix_stream_socket ] Source colord Source Path /usr/libexec/colord Port <Unknown> Host (removed) Source RPM Packages colord-0.1.7-1.fc15 Target RPM Packages Policy RPM selinux-policy-3.9.16-38.fc15 Selinux Enabled True Policy Type targeted Enforcing Mode Permissive Host Name (removed) Platform Linux (removed) 2.6.40.4-5.fc15.x86_64 #1 SMP Tue Aug 30 14:38:32 UTC 2011 x86_64 x86_64 Alert Count 1 First Seen Wed 21 Sep 2011 09:32:53 AM EDT Last Seen Wed 21 Sep 2011 09:32:53 AM EDT Local ID 2f5f948c-8894-47e6-8093-2baf758d9e4a Raw Audit Messages type=AVC msg=audit(1316611973.182:19): avc: denied { read write } for pid=1390 comm="colord" path="socket:[15869]" dev=sockfs ino=15869 scontext=system_u:system_r:colord_t:s0-s0:c0.c1023 tcontext=system_u:system_r:init_t:s0 tclass=unix_stream_socket type=SYSCALL msg=audit(1316611973.182:19): arch=x86_64 syscall=execve success=yes exit=0 a0=2516800 a1=2515670 a2=2515010 a3=0 items=0 ppid=1389 pid=1390 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=colord exe=/usr/libexec/colord subj=system_u:system_r:colord_t:s0-s0:c0.c1023 key=(null) Hash: colord,colord_t,init_t,unix_stream_socket,read,write audit2allow #============= colord_t ============== allow colord_t init_t:unix_stream_socket { read write }; audit2allow -R #============= colord_t ============== allow colord_t init_t:unix_stream_socket { read write };