Bug 744515
| Summary: | SELinux is preventing /bin/bash from 'getattr' accesses on the file /proc/meminfo. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Steve <bugzilla> |
| 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: | dominick.grift, dwalsh, mgrepl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:a70ffbc1a1dc9b000adaa424ccff943b77bb393d252e5dec35ca87d18db4517e | ||
| Fixed In Version: | selinux-policy-3.9.16-48.fc15 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-12-04 02:37:03 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: | |||
Fixed in -43.fc15 release. *** Bug 744516 has been marked as a duplicate of this bug. *** selinux-policy-3.9.16-48.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/selinux-policy-3.9.16-48.fc15 Package selinux-policy-3.9.16-48.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-48.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2011-16023/selinux-policy-3.9.16-48.fc15 then log in and leave karma (feedback). selinux-policy-3.9.16-48.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |
SELinux is preventing /bin/bash from 'getattr' accesses on the file /proc/meminfo. ***** Plugin catchall (100. confidence) suggests *************************** If you believe that bash should be allowed getattr access on the meminfo 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 sh /var/log/audit/audit.log | audit2allow -M mypol # semodule -i mypol.pp Additional Information: Source Context system_u:system_r:spamd_update_t:s0-s0:c0.c1023 Target Context system_u:object_r:proc_t:s0 Target Objects /proc/meminfo [ file ] Source sh Source Path /bin/bash Port <Unknown> Host (removed) Source RPM Packages bash-4.2.10-4.fc15 Target RPM Packages Policy RPM selinux-policy-3.9.16-39.fc15 Selinux Enabled True Policy Type targeted Enforcing Mode Enforcing Host Name (removed) Platform Linux (removed) 2.6.40.6-0.fc15.x86_64 #1 SMP Tue Oct 4 00:39:50 UTC 2011 x86_64 x86_64 Alert Count 2 First Seen Sun 09 Oct 2011 04:10:02 AM CEST Last Seen Sun 09 Oct 2011 05:38:27 AM CEST Local ID 2a4eb0ab-d81e-491e-98cc-0d486a765f86 Raw Audit Messages type=AVC msg=audit(1318131507.649:152): avc: denied { getattr } for pid=7536 comm="sh" path="/proc/meminfo" dev=proc ino=4026532027 scontext=system_u:system_r:spamd_update_t:s0-s0:c0.c1023 tcontext=system_u:object_r:proc_t:s0 tclass=file type=SYSCALL msg=audit(1318131507.649:152): arch=x86_64 syscall=fstat success=yes exit=0 a0=3 a1=7fffc5ba7510 a2=7fffc5ba7510 a3=9 items=0 ppid=7530 pid=7536 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=12 comm=sh exe=/bin/bash subj=system_u:system_r:spamd_update_t:s0-s0:c0.c1023 key=(null) Hash: sh,spamd_update_t,proc_t,file,getattr audit2allow #============= spamd_update_t ============== allow spamd_update_t proc_t:file getattr; audit2allow -R #============= spamd_update_t ============== allow spamd_update_t proc_t:file getattr;