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:
Eamon Walsh 2009-10-26 19:17:37 -04:00 committed by Keith Packard
parent 2e0319df67
commit 2dbcb06a5d

View file

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