From: William Roberts <william.c.roberts@xxxxxxxxx> Drop the check for selinux_enabled() on logging. The caller can silence the logs by setting the logging callback and discarding the messages. Change-Id: Ia6769ef7ad8cc2144ad2bb73e5bf7c76ebfe487b Signed-off-by: William Roberts <william.c.roberts@xxxxxxxxx> --- libselinux/src/callbacks.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libselinux/src/callbacks.c b/libselinux/src/callbacks.c index cdf7b63..c3cf98b 100644 --- a/libselinux/src/callbacks.c +++ b/libselinux/src/callbacks.c @@ -16,7 +16,6 @@ default_selinux_log(int type __attribute__((unused)), const char *fmt, ...) { int rc; va_list ap; - if (is_selinux_enabled() == 0) return 0; va_start(ap, fmt); rc = vfprintf(stderr, fmt, ap); va_end(ap); -- 1.9.1 _______________________________________________ Selinux mailing list Selinux@xxxxxxxxxxxxx To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx. To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.