xserver: Branch 'server-1.5-branch'

Adam Jackson ajax at kemper.freedesktop.org
Fri May 16 07:07:01 PDT 2008


 os/utils.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b053c9768bca21e8df0df37f45465e2e14bc00fc
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Apr 9 13:55:25 2008 -0400

    Default X-SELinux to off.
    
    Applied only to 1.5 branch for purposes of release stability.  Reevaluate
    this when we do 1.6.

diff --git a/os/utils.c b/os/utils.c
index d785d46..f58c763 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


More information about the xorg-commit mailing list