From dbd988ac99e8a02cd5fc9a7cbd846283e8e2ed6c Mon Sep 17 00:00:00 2001 From: Guido Trentalancia Date: Wed, 14 Dec 2016 01:14:32 +0100 Subject: [PATCH] xserver: enable dbus messaging with devicekit power Enable messaging over dbus between devicekit power and the X Display Manager (XDM) domains. Signed-off-by: Guido Trentalancia --- policy/modules/services/xserver.te | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/services/xserver.te b/policy/modules/services/xserver.te index a3f793486..ea99150f2 100644 --- a/policy/modules/services/xserver.te +++ b/policy/modules/services/xserver.te @@ -536,6 +536,10 @@ optional_policy(` ') ') +optional_policy(` + devicekit_dbus_chat_power(xdm_t) +') + optional_policy(` gnome_spec_domtrans_all_gkeyringd(xdm_t) ')