Default X-SELinux to off.

Applied only to 1.5 branch for purposes of release stability.  Reevaluate
this when we do 1.6.
This commit is contained in:
Adam Jackson 2008-04-09 13:55:25 -04:00
parent cfff55a2bb
commit b053c9768b

View file

@ -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