selinux: log selinux log messages with LOG_AUTH facility

This commit is contained in:
Lennart Poettering
2014-11-27 20:28:51 +01:00
parent 79008bddf6
commit 12f1caf40c

View File

@@ -112,7 +112,7 @@ _printf_(2, 3) static int log_callback(int type, const char *fmt, ...) {
#endif
va_start(ap, fmt);
log_internalv(LOG_USER | LOG_INFO, 0, __FILE__, __LINE__, __FUNCTION__, fmt, ap);
log_internalv(LOG_AUTH | LOG_INFO, 0, __FILE__, __LINE__, __FUNCTION__, fmt, ap);
va_end(ap);
return 0;