Bug 433194
Summary: | selinux prevents acpid from running ck-list-sessions | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | drago01 |
Component: | selinux-policy-targeted | Assignee: | Daniel Walsh <dwalsh> |
Status: | CLOSED ERRATA | QA Contact: | Ben Levenson <benl> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 8 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-03-11 14:43:30 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
drago01
2008-02-17 12:31:21 UTC
You can allow this for now by executing # audit2allow -M mypol -i /var/log/audit/audit.log # semodule -i mypol.pp Fixed in selinux-policy-3.0.8-85.fc8 (In reply to comment #1) > You can allow this for now by executing > > # audit2allow -M mypol -i /var/log/audit/audit.log > # semodule -i mypol.pp I know, but wanted to report it to get it fixed in the policy package. > Fixed in selinux-policy-3.0.8-85.fc8 OK, thx for the quick reply and for fixing this. That is my cookie cutter response, and it is wrong. Fixed in selinux-policy-3.0.8-87.fc8 OK, tested -86 from koji and it did not fix it but it broke NM badly: #============= NetworkManager_t ============== allow NetworkManager_t dbusd_etc_t:dir read; allow NetworkManager_t rpm_var_lib_t:dir { write getattr search }; allow NetworkManager_t self:dbus send_msg; allow NetworkManager_t system_dbusd_t:dbus { acquire_svc send_msg }; allow NetworkManager_t system_dbusd_t:unix_stream_socket connectto; allow NetworkManager_t system_dbusd_var_run_t:dir search; allow NetworkManager_t system_dbusd_var_run_t:sock_file write; #============= system_dbusd_t ============== allow system_dbusd_t NetworkManager_t:dbus send_msg; allow system_dbusd_t inotifyfs_t:dir getattr; allow system_dbusd_t unconfined_t:dbus send_msg; selinux-policy-3_0_8-87_fc8 should be in koji now. (In reply to comment #5) > > selinux-policy-3_0_8-87_fc8 should be in koji now. This one fixes it; thx. |