| Summary: | SELinux is preventing /bin/bash from 'execute' accesses on the file /sbin/ldconfig. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lukas Bezdicka <social> |
| 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: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:2c84783515a2af6ab039efdd64d22ce1d16e613a31536a249c642fbb691bd6bd | ||
| Fixed In Version: | selinux-policy-3.9.16-30.fc15 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-06-24 03:54:26 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Fixed in selinux-policy-3.9.16-29.fc15 *** Bug 711305 has been marked as a duplicate of this bug. *** selinux-policy-3.9.16-29.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/selinux-policy-3.9.16-29.fc15 Package selinux-policy-3.9.16-29.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-29.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/selinux-policy-3.9.16-29.fc15 then log in and leave karma (feedback). Package selinux-policy-3.9.16-30.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-30.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/selinux-policy-3.9.16-30.fc15 then log in and leave karma (feedback). selinux-policy-3.9.16-30.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 'execute' accesses on the file /sbin/ldconfig. ***** Plugin catchall (100. confidence) suggests *************************** If you believe that bash should be allowed execute access on the ldconfig 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:piranha_web_t:s0 Target Context system_u:object_r:ldconfig_exec_t:s0 Target Objects /sbin/ldconfig [ file ] Source sh Source Path /bin/bash Port <Unknown> Host (removed) Source RPM Packages glibc-2.14-2 Target RPM Packages glibc-2.14-2 Policy RPM selinux-policy-3.9.16-26.fc15 Selinux Enabled True Policy Type targeted Enforcing Mode Permissive Host Name (removed) Platform Linux (removed) 2.6.38.6-27.fc15.i686.PAE #1 SMP Sun May 15 17:39:47 UTC 2011 i686 i686 Alert Count 6 First Seen Mon 06 Jun 2011 10:46:04 PM CEST Last Seen Tue 07 Jun 2011 08:47:40 AM CEST Local ID de031a2e-2713-4f0c-9966-6cef24430b7e Raw Audit Messages type=AVC msg=audit(1307429260.397:3000): avc: denied { execute } for pid=28155 comm="sh" name="ldconfig" dev=md0 ino=1048838 scontext=system_u:system_r:piranha_web_t:s0 tcontext=system_u:object_r:ldconfig_exec_t:s0 tclass=file type=AVC msg=audit(1307429260.397:3000): avc: denied { read open } for pid=28155 comm="sh" name="ldconfig" dev=md0 ino=1048838 scontext=system_u:system_r:piranha_web_t:s0 tcontext=system_u:object_r:ldconfig_exec_t:s0 tclass=file type=AVC msg=audit(1307429260.397:3000): avc: denied { execute_no_trans } for pid=28155 comm="sh" path="/sbin/ldconfig" dev=md0 ino=1048838 scontext=system_u:system_r:piranha_web_t:s0 tcontext=system_u:object_r:ldconfig_exec_t:s0 tclass=file type=SYSCALL msg=audit(1307429260.397:3000): arch=i386 syscall=execve success=yes exit=0 a0=8a41ca0 a1=8a41d20 a2=8a41328 a3=8a41d20 items=0 ppid=28154 pid=28155 auid=4294967295 uid=490 gid=482 euid=490 suid=490 fsuid=490 egid=482 sgid=482 fsgid=482 tty=(none) ses=4294967295 comm=ldconfig exe=/sbin/ldconfig subj=system_u:system_r:piranha_web_t:s0 key=(null) Hash: sh,piranha_web_t,ldconfig_exec_t,file,execute audit2allow #============= piranha_web_t ============== allow piranha_web_t ldconfig_exec_t:file { read execute open execute_no_trans }; audit2allow -R #============= piranha_web_t ============== allow piranha_web_t ldconfig_exec_t:file { read execute open execute_no_trans };