[selinux-policy: 2054/3172] trunk: Xserver MLS fix from Eamon Walsh.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:02:21 UTC 2010


commit 7f491942151bd94eb300597594a8b226e9af4fb3
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Mon Nov 17 13:49:19 2008 +0000

    trunk: Xserver MLS fix from Eamon Walsh.

 Changelog                          |    1 +
 policy/modules/services/xserver.te |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/Changelog b/Changelog
index b0fc007..1699eb7 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,4 @@
+- Xserver MLS fix from Eamon Walsh.
 - Add omapi port for dhcpcd.
 - Deprecate per-role templates and rolemap support.
 - Implement user-based access control for use as role separations.
diff --git a/policy/modules/services/xserver.te b/policy/modules/services/xserver.te
index 06e5ba9..aca7a66 100644
--- a/policy/modules/services/xserver.te
+++ b/policy/modules/services/xserver.te
@@ -743,7 +743,7 @@ ifdef(`distro_rhel4',`
 
 ifdef(`enable_mls',`
 	range_transition xserver_t xserver_tmp_t:sock_file s0 - mls_systemhigh;
-	range_transition xserver_t rootwindow_t:x_drawable s0 - mls_systemhigh;
+	range_transition xserver_t xserver_t:x_drawable s0 - mls_systemhigh;
 ')
 
 tunable_policy(`!xserver_object_manager',`


More information about the scm-commits mailing list