Description of problem: SELinux is preventing /usr/bin/bash from 'execute' accesses on the file /usr/bin/bash. ***** Plugin leaks (86.2 confidence) suggests ****************************** If you want to ignore bash trying to execute access the bash file, 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/bin/bash /var/log/audit/audit.log | audit2allow -D -M mypol # semodule -i mypol.pp ***** Plugin catchall (14.7 confidence) suggests *************************** If you believe that bash should be allowed execute access on the bash 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:rhsmcertd_t:s0 Target Context system_u:object_r:shell_exec_t:s0 Target Objects /usr/bin/bash [ file ] Source sh Source Path /usr/bin/bash Port <Unknown> Host (removed) Source RPM Packages bash-4.2.39-2.fc17.x86_64 Target RPM Packages bash-4.2.39-2.fc17.x86_64 Policy RPM selinux-policy-3.10.0-165.fc17.noarch Selinux Enabled True Policy Type targeted Enforcing Mode Permissive Host Name (removed) Platform Linux (removed) 3.6.11-1.fc17.x86_64 #1 SMP Mon Dec 17 22:16:35 UTC 2012 x86_64 x86_64 Alert Count 1 First Seen 2012-12-29 07:53:15 CST Last Seen 2012-12-29 07:53:15 CST Local ID bd33b040-a8de-4f45-baf2-89d804390d3e Raw Audit Messages type=AVC msg=audit(1356789195.252:65): avc: denied { execute } for pid=1820 comm="rhsmcertd-worke" name="bash" dev="dm-1" ino=181661 scontext=system_u:system_r:rhsmcertd_t:s0 tcontext=system_u:object_r:shell_exec_t:s0 tclass=file type=AVC msg=audit(1356789195.252:65): avc: denied { read open } for pid=1820 comm="rhsmcertd-worke" path="/usr/bin/bash" dev="dm-1" ino=181661 scontext=system_u:system_r:rhsmcertd_t:s0 tcontext=system_u:object_r:shell_exec_t:s0 tclass=file type=AVC msg=audit(1356789195.252:65): avc: denied { execute_no_trans } for pid=1820 comm="rhsmcertd-worke" path="/usr/bin/bash" dev="dm-1" ino=181661 scontext=system_u:system_r:rhsmcertd_t:s0 tcontext=system_u:object_r:shell_exec_t:s0 tclass=file type=SYSCALL msg=audit(1356789195.252:65): arch=x86_64 syscall=execve success=yes exit=0 a0=3e6ad75a26 a1=7fff9922a330 a2=7fff9922dfe8 a3=7f683ebd8a10 items=0 ppid=1777 pid=1820 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=sh exe=/usr/bin/bash subj=system_u:system_r:rhsmcertd_t:s0 key=(null) Hash: sh,rhsmcertd_t,shell_exec_t,file,execute audit2allow #============= rhsmcertd_t ============== #!!!! This avc is allowed in the current policy allow rhsmcertd_t shell_exec_t:file { read execute open execute_no_trans }; audit2allow -R #============= rhsmcertd_t ============== #!!!! This avc is allowed in the current policy allow rhsmcertd_t shell_exec_t:file { read execute open execute_no_trans }; Additional info: hashmarkername: setroubleshoot kernel: 3.6.11-1.fc17.x86_64 type: libreport
Fixed in selinux-policy-3.11.1-69.fc18
selinux-policy-3.10.0-166.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/FEDORA-2012-20544/selinux-policy-3.10.0-166.fc17
Package selinux-policy-3.10.0-166.fc17: * should fix your issue, * was pushed to the Fedora 17 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.10.0-166.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-20544/selinux-policy-3.10.0-166.fc17 then log in and leave karma (feedback).
selinux-policy-3.10.0-166.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.