Bug 901754
| Summary: | SELinux is preventing /usr/bin/netstat from using the 'sys_ptrace' capabilities. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | saeed <tsd.forever> | ||||||
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 17 | CC: | dominick.grift, dwalsh, mgrepl | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | abrt_hash:fa72232e4d277abe0757a068d8e1b2d30972eb3f59bfc71c6b9441bf5ffa7918 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-02-12 05:08:36 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: | |||||||||
| Attachments: |
|
||||||||
Created attachment 682824 [details]
File: type
Created attachment 682825 [details]
File: hashmarkername
I added this to Git. Probably needed. Backported. selinux-policy-3.10.0-167.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/selinux-policy-3.10.0-167.fc17 Package selinux-policy-3.10.0-167.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-167.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-1971/selinux-policy-3.10.0-167.fc17 then log in and leave karma (feedback). selinux-policy-3.10.0-167.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |
Additional info: libreport version: 2.0.18 kernel: 3.6.11-1.fc17.x86_64 description: :SELinux is preventing /usr/bin/netstat from using the 'sys_ptrace' capabilities. : :***** Plugin catchall (100. confidence) suggests *************************** : :If you believe that netstat should have the sys_ptrace capability 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 netstat /var/log/audit/audit.log | audit2allow -M mypol :# semodule -i mypol.pp : :Additional Information: :Source Context system_u:system_r:sectoolm_t:s0-s0:c0.c1023 :Target Context system_u:system_r:sectoolm_t:s0-s0:c0.c1023 :Target Objects [ capability ] :Source netstat :Source Path /usr/bin/netstat :Port <Unknown> :Host (removed) :Source RPM Packages coreutils-8.15-9.fc17.x86_64 :Target RPM Packages :Policy RPM selinux-policy-3.10.0-166.fc17.noarch :Selinux Enabled True :Policy Type targeted :Enforcing Mode Enforcing :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 863 :First Seen 2013-01-19 04:14:25 IRST :Last Seen 2013-01-19 04:15:29 IRST :Local ID ab122d93-dd86-4f6f-9ee1-aca544b3ce6f : :Raw Audit Messages :type=AVC msg=audit(1358556329.763:8640): avc: denied { sys_ptrace } for pid=18353 comm="cat" capability=19 scontext=system_u:system_r:sectoolm_t:s0-s0:c0.c1023 tcontext=system_u:system_r:sectoolm_t:s0-s0:c0.c1023 tclass=capability : : :type=SYSCALL msg=audit(1358556329.763:8640): arch=x86_64 syscall=read success=no exit=EACCES a0=4 a1=1ea9000 a2=8000 a3=8fff items=0 ppid=18352 pid=18353 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=cat exe=/usr/bin/cat subj=system_u:system_r:sectoolm_t:s0-s0:c0.c1023 key=(null) : :Hash: netstat,sectoolm_t,sectoolm_t,capability,sys_ptrace : :audit2allow : :#============= sectoolm_t ============== :allow sectoolm_t self:capability sys_ptrace; : :audit2allow -R : :#============= sectoolm_t ============== :allow sectoolm_t self:capability sys_ptrace; :