summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-04-09 13:55:25 -0400
committerAdam Jackson <ajax@redhat.com>2008-05-16 10:06:27 -0400
commitb053c9768bca21e8df0df37f45465e2e14bc00fc (patch)
treef991c20444d52e0150c776a39a754be8d4b2c46d /os
parentcfff55a2bb8618867513bd0f3e66d131ed4edaa8 (diff)
Default X-SELinux to off.
Applied only to 1.5 branch for purposes of release stability. Reevaluate this when we do 1.6.
Diffstat (limited to 'os')
-rw-r--r--os/utils.c2
1 files changed, 1 insertions, 1 deletions
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