| Summary: | sosreport started from abrtd produces plenty of AVCs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jakub Filak <jfilak> | ||||
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Milos Malik <mmalik> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 7.0 | CC: | eblake, jberan, ljozsa, lkardos, mmalik | ||||
| Target Milestone: | beta | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | selinux-policy-3.12.1-110.el7 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-06-13 12:50:46 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 782468, 1032585 | ||||||
| Attachments: |
|
||||||
I added fixes. Ok so we have allow sosreport_t init_t:system status; allow sosreport_t init_t:unix_stream_socket connectto; allow sosreport_t init_var_run_t:sock_file write; These are access check. allow sosreport_t lvm_lock_t:dir write; allow sosreport_t rpm_t:dbus send_msg; allow sosreport_t self:process signal; allow sosreport_t setroubleshootd_t:process signull; I added fixes. *** Bug 1037460 has been marked as a duplicate of this bug. *** *** Bug 1038877 has been marked as a duplicate of this bug. *** commit dcbfc643807c5d1c24271de29f33c3ff93d614df
Author: Miroslav Grepl <mgrepl>
Date: Fri Dec 6 11:13:43 2013 +0100
Allow up2date running as rpm_t create up2date log file with rpm_log_t labeling
commit 210346ac2995da8794234fbb39e5677cb1861120
Author: Miroslav Grepl <mgrepl>
Date: Tue Dec 10 16:03:44 2013 +0100
Fix rpm_named_filetrans_log_files() interface
diff --git a/rpm.if b/rpm.if
index 0c8576e..064712b 100644
--- a/rpm.if
+++ b/rpm.if
@@ -391,7 +391,7 @@ interface(`rpm_named_filetrans_log_files',`
type rpm_log_t;
')
logging_log_named_filetrans($1, rpm_log_t, file, "yum.log")
- logging_log_named_filetrans($1, rpm_log_t, file, "upd2date")
+ logging_log_named_filetrans($1, rpm_log_t, file, "up2date")
')
This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |
Created attachment 826657 [details] The list of all AVCs Description of problem: Upon a detected crash abrtd service runs sosreport and it produces plenty of AVCs. Version-Release number of selected component (if applicable): selinux-policy-3.12.1-102.el7