summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2009-10-26 19:17:37 -0400
committerKeith Packard <keithp@keithp.com>2009-10-27 14:32:09 -0700
commit2dbcb06a5d95af87b0c5257fd08342e61b88bf25 (patch)
treebe5ee25551149fdb3313e7a826e7c07825adcddc
parent2e0319df678155929c35117ef9ca25b99ebfd8eb (diff)
xselinux: Use a more informative message when disabled by boolean.server-1.6-branch
Signed-off-by: Eamon Walsh <ewalsh@tycho.nsa.gov> Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--Xext/xselinux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/xselinux.c b/Xext/xselinux.c
index c9b0ad35e..b11709132 100644
--- a/Xext/xselinux.c
+++ b/Xext/xselinux.c
@@ -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;
}