[selinux-policy: 1951/3172] trunk: Patch for X.org dbus support from Martin Orr.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:53:35 UTC 2010


commit ef55a119804d9d31091fedeba131ddf375f839ff
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Sat Jun 7 13:31:48 2008 +0000

    trunk: Patch for X.org dbus support from Martin Orr.

 Changelog                          |    1 +
 policy/modules/services/xserver.te |    7 ++++++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/Changelog b/Changelog
index 46f1bfe..ea38d6e 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,4 @@
+- Patch for X.org dbus support from Martin Orr.
 - Patch for labeled networking controls in 2.6.25 from Paul Moore.
 - Module loading now requires setsched on kernel threads.
 - Patch to allow gpg agent --write-env-file option from Vaclav Ovsik.
diff --git a/policy/modules/services/xserver.te b/policy/modules/services/xserver.te
index 22f436f..ecdc6cd 100644
--- a/policy/modules/services/xserver.te
+++ b/policy/modules/services/xserver.te
@@ -1,5 +1,5 @@
 
-policy_module(xserver,2.0.1)
+policy_module(xserver,2.0.2)
 
 ########################################
 #
@@ -467,6 +467,11 @@ tunable_policy(`use_samba_home_dirs',`
 ')
 
 optional_policy(`
+	dbus_system_bus_client_template(xdm_xserver, xdm_xserver_t)
+	hal_dbus_chat(xdm_xserver_t)
+')
+
+optional_policy(`
 	resmgr_stream_connect(xdm_t)
 ')
 


More information about the scm-commits mailing list