summaryrefslogtreecommitdiff
path: root/bus/selinux.c
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2011-06-01 16:31:11 +0100
committerSimon McVittie <smcv@debian.org>2011-06-01 16:31:11 +0100
commit8452b2beee58590f7f5047dbef7292b1d702d891 (patch)
tree9cab065c9b29e9aa358bf4f54c0ebba482168cdf /bus/selinux.c
parent3e6b351f189f89af76fe1fd6e63a5171fae18284 (diff)
downloaddbus-8452b2beee58590f7f5047dbef7292b1d702d891.tar.gz
Imported Upstream version 1.5.2upstream/1.5.2
Diffstat (limited to 'bus/selinux.c')
-rw-r--r--bus/selinux.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bus/selinux.c b/bus/selinux.c
index fe04063a..e94d8a8e 100644
--- a/bus/selinux.c
+++ b/bus/selinux.c
@@ -164,7 +164,7 @@ log_callback (const char *fmt, ...)
}
#endif /* HAVE_LIBAUDIT */
- vsyslog (LOG_INFO, fmt, ap);
+ vsyslog (LOG_USER | LOG_INFO, fmt, ap);
va_end(ap);
}
@@ -342,7 +342,6 @@ bus_selinux_full_init (void)
}
else
{
- openlog ("dbus", LOG_PERROR, LOG_USER);
_dbus_verbose ("Access Vector Cache (AVC) started.\n");
}