Bug 1202043
Summary: | SELinux is preventing ps from using the 'sys_ptrace' capabilities. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | roman <kud.rom.sh> |
Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 21 | CC: | chrissharp123, dmarcotte1, dominick.grift, dwalsh, e.santos.maira, fredoche, jakob.janzen80, lvrabec, mark.hankins, mgrepl, olivier.sede, plautrba, plazaga, romain.rubi, sysunia40 |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | abrt_hash:cec45f78995474867885fa5d717bc44dcc0a3bf1447806184a92e7760198f5c7 | ||
Fixed In Version: | selinux-policy-3.13.1-105.19.fc21 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-07-14 15:50:08 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: |
Description
roman
2015-03-14 17:42:42 UTC
Hi, If you want allow this, follow steps in your report: ***** Plugin mozplugger (99.1 confidence) suggests ************************ If you want to use the plugin package Then you must turn off SELinux controls on the Firefox plugins. Do # setsebool -P unconfined_mozilla_plugin_transition 0 *** Bug 1220962 has been marked as a duplicate of this bug. *** I have the same warning. How to know why it occured in the first place? Could a security issue have been averted? Hi, It was caused by some firefox plugin. In first place, you need to identify the right plugin and then try to analyze its behavior. In general, we don't allow this kind of access to firefox plugins. This should probably be dontaudited. Running the ps command was a privileged process can cause sys_ptrace to happen. Their is special data under /proc that a privileged process would access by running the ps command, This data is almost ever actually read, the data is used by debugging tools to see where some of the randomized memory of a process is setup. Easiest thing to do is to dontaudit the access. Agree. commit 727b69accb9d2ba053535fb215a443bc3583ba01 Author: Lukas Vrabec <lvrabec> Date: Mon Jun 29 13:21:35 2015 +0200 Dontaudit mozilla_plugin_t cap. sys_ptrace. BZ(1202043) Ok thanks for the details. selinux-policy-3.13.1-105.19.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/selinux-policy-3.13.1-105.19.fc21 Package selinux-policy-3.13.1-105.19.fc21: * should fix your issue, * was pushed to the Fedora 21 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.13.1-105.19.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-10958/selinux-policy-3.13.1-105.19.fc21 then log in and leave karma (feedback). selinux-policy-3.13.1-105.19.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |