Bug 561242
Summary: | SELinux is preventing /usr/sbin/abrtd "write" access on limits. | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Matěj Cepl <mcepl> | |
Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> | |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 12 | CC: | anton, dvlasenk, dwalsh, iprikryl, jmoskovc, jturner, kklic, mcepl, mgrepl, mnowak, npajkovs | |
Target Milestone: | --- | Keywords: | Triaged | |
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | setroubleshoot_trace_hash:f2416932957e4996d9c1822e6b00b9495c748a4bbd8a5bc4fc9015baf2ba20d3 | |||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 578164 (view as bug list) | Environment: | ||
Last Closed: | 2010-11-04 09:31:05 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 578164 |
Description
Matěj Cepl
2010-02-03 06:18:19 UTC
What is abrt doing? Does it need to write to /proc/1/limits? Does it need to write to all processes limits file? Miroslav, this is supposed to be temporary, Can you add ifdef(`hide_broken_symptoms',` gen_require (` attribute domain; } #============= abrt_t ============== allow abrt_t domain:file write; ') to abrt.te Until this is fixed, so we can get this into RHEL6 policy. Fixed in selinux-policy-3.6.32-82.fc12 Btw. I am going to commit this fix today and I am also going to create a new update today. selinux-policy-3.6.32-84.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update selinux-policy'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-1492 This message is a reminder that Fedora 12 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 12. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '12'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 12's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 12 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping This is probably gone, cannot reproduce anymore. (In reply to comment #6) > This is probably gone, cannot reproduce anymore. Yes, ABRT no longer need to write to that file. |