mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-02 04:10:09 +01:00
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:
parent
cfff55a2bb
commit
b053c9768b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue