From b053c9768bca21e8df0df37f45465e2e14bc00fc Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 9 Apr 2008 13:55:25 -0400 Subject: [PATCH] Default X-SELinux to off. Applied only to 1.5 branch for purposes of release stability. Reevaluate this when we do 1.6. --- os/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/utils.c b/os/utils.c index d785d46d2..f58c76366 100644 --- a/os/utils.c +++ b/os/utils.c @@ -233,7 +233,7 @@ _X_EXPORT Bool noXInputExtension = FALSE; _X_EXPORT Bool noXIdleExtension = FALSE; #endif #ifdef XSELINUX -_X_EXPORT Bool noSELinuxExtension = FALSE; +_X_EXPORT Bool noSELinuxExtension = TRUE; _X_EXPORT int selinuxEnforcingState = SELINUX_MODE_DEFAULT; #endif #ifdef XV