| Summary: | SELinux is preventing /usr/bin/boinc_client from getattr access on the fifo_file fifo_file. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robert Kief <robert.l.kief> |
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 16 | CC: | dominick.grift, dwalsh, mgrepl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-12-26 22:31:14 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
*** This bug has been marked as a duplicate of bug 770148 *** |
Description of problem: Dump provided by the Details button (functioning again after closing and restarting SELinux Alert Browser window. Report Bug button still doesn't work: SELinux is preventing /usr/bin/boinc_client from getattr access on the fifo_file fifo_file. ***** Plugin catchall (100. confidence) suggests *************************** If you believe that boinc_client should be allowed getattr access on the fifo_file fifo_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: # grep boinc_client /var/log/audit/audit.log | audit2allow -M mypol # semodule -i mypol.pp Additional Information: Source Context system_u:system_r:boinc_t:s0 Target Context system_u:system_r:boinc_t:s0 Target Objects fifo_file [ fifo_file ] Source boinc_client Source Path /usr/bin/boinc_client Port <Unknown> Host homenet06.homenet Source RPM Packages boinc-client-6.12.35-1.r24014svn.fc16 Target RPM Packages Policy RPM selinux-policy-3.10.0-67.fc16 Selinux Enabled True Policy Type targeted Enforcing Mode Enforcing Host Name homenet06.homenet Platform Linux homenet06.homenet 3.1.6-1.fc16.x86_64 #1 SMP Wed Dec 21 22:41:17 UTC 2011 x86_64 x86_64 Alert Count 1 First Seen Mon 26 Dec 2011 12:07:22 PM CST Last Seen Mon 26 Dec 2011 12:07:22 PM CST Local ID 11c6b15c-bb2b-4ea0-a4f9-dd12fc530ed3 Raw Audit Messages type=AVC msg=audit(1324922842.45:36): avc: denied { getattr } for pid=1037 comm="boinc_client" path="pipe:[17948]" dev=pipefs ino=17948 scontext=system_u:system_r:boinc_t:s0 tcontext=system_u:system_r:boinc_t:s0 tclass=fifo_file type=SYSCALL msg=audit(1324922842.45:36): arch=x86_64 syscall=fstat success=no exit=EACCES a0=4 a1=7fff9051e670 a2=7fff9051e670 a3=7fff9051e570 items=0 ppid=1 pid=1037 auid=4294967295 uid=992 gid=989 euid=992 suid=992 fsuid=992 egid=989 sgid=989 fsgid=989 tty=(none) ses=4294967295 comm=boinc_client exe=/usr/bin/boinc_client subj=system_u:system_r:boinc_t:s0 key=(null) Hash: boinc_client,boinc_t,boinc_t,fifo_file,getattr audit2allow #============= boinc_t ============== allow boinc_t self:fifo_file getattr; audit2allow -R #============= boinc_t ============== allow boinc_t self:fifo_file getattr; Version-Release number of selected component (if applicable):3.10.0-67.fc16.noarch How reproducible: Restarted system after updating. Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: See bug #770452