mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 17:00:06 +01:00
xselinux: Use a more informative message when disabled by boolean.
Signed-off-by: Eamon Walsh <ewalsh@tycho.nsa.gov> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
2e0319df67
commit
2dbcb06a5d
1 changed files with 1 additions and 1 deletions
|
|
@ -1982,7 +1982,7 @@ SELinuxExtensionInit(INITARGS)
|
|||
|
||||
/* Don't init unless there's something to do */
|
||||
if (!security_get_boolean_active("xserver_object_manager")) {
|
||||
LogMessage(X_INFO, "SELinux: Disabled by boolean\n");
|
||||
LogMessage(X_INFO, "SELinux: xserver_object_manager boolean not set, disabling\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue