Bug 759202
Summary: | Communication between PolicyKit and systemd squashed by SELinux when setting system language in GNOME Control Center | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Bill Nottingham <notting> |
Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16 | CC: | aalam, awilliam, control-center-maint, dennis, dominick.grift, dwalsh, i18n-bugs, jarsmith, jmccann, jsmith.fedora, kparal, mgrepl, notting, rolle.hoffmann, rstrode, rvokal, sandro, tagoh, tflink |
Target Milestone: | --- | Keywords: | Patch, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 706756 | Environment: | |
Last Closed: | 2011-12-02 09:52: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
Bill Nottingham
2011-12-01 16:38:02 UTC
FWIW, I'm not a huge fan of cloning. The giant 'description' with all the comments from the original bug is horrible and it copies a lot of data over from the initial bug which isn't necessarily relevant. in this case I'd usually just file a bug specifically for the SELinux issue from scratch. So, for the record, the bug tracked here is: ----------------------------------- 2) The SELinux policy is squashing the communication between policykit and the assorted systemd mechanisms. I believe this can be fixed by: diff --git a/policy-F16.patch b/policy-F16.patch index 60b7398..61effe4 100644 --- a/policy-F16.patch +++ b/policy-F16.patch @@ -48354,6 +48354,7 @@ index 1e7169d..05409ab 100644 +optional_policy(` + dbus_system_domain(policykit_t, policykit_exec_t) + ++ init_dbus_chat(policykit_t) + optional_policy(` + consolekit_dbus_chat(policykit_t) + ') -------------------------------------- -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers Well I see this rule in the latest Fedora. |