Bug 594017
Summary: | SELinux is preventing /usr/sbin/abrtd "add_name" access on abrt. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Frank Murphy <sysoutfran> |
Component: | selinux-policy | Assignee: | Daniel Walsh <dwalsh> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | dwalsh, mgrepl |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | setroubleshoot_trace_hash:b102daed55848626affaa29cbc7ae6d08dec240c28c164783663ddc93fb444df | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-05-20 13:45:37 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
Frank Murphy
2010-05-20 11:10:14 UTC
This happened as soon as a reboot after applying local fix for bug: https://bugzilla.redhat.com/show_bug.cgi?id=593906 This is my local policy for id=593906: module mypolicy01 1.0; require { type abrt_t; type var_spool_t; class dir write; } #============= abrt_t ============== #!!!! The source type 'abrt_t' can write to a 'dir' of the following types: # abrt_var_log_t, rpm_var_run_t, abrt_var_run_t, tmp_t, var_t, sosreport_tmp_t, abrt_tmp_t, var_run_t, rpm_var_cache_t, abrt_var_cache_t, var_log_t, root_t allow abrt_t var_spool_t:dir write; *** This bug has been marked as a duplicate of bug 593906 *** |