From 7b90944258eba66b61328480759833ad7589bcca Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Tue, 12 Dec 2006 15:59:38 -0500 Subject: [PATCH] Change MLS levels in config file contexts to more sane defaults. --- Xext/XSELinuxConfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Xext/XSELinuxConfig b/Xext/XSELinuxConfig index 9c953f55f7..65f4015086 100644 --- a/Xext/XSELinuxConfig +++ b/Xext/XSELinuxConfig @@ -8,8 +8,8 @@ # be defined, and it must be a valid context according to the SELinux # security policy. Only one nonlocal_context rule may be defined. # -nonlocal_context system_u:object_r:remote_xclient_t:s1 -root_window_context system_u:object_r:root_window_t:s1 +nonlocal_context system_u:object_r:remote_xclient_t:s0 +root_window_context system_u:object_r:root_window_t:s0 # # Property rules map a property name to a SELinux type. The type must