summaryrefslogtreecommitdiff
path: root/bus/audit.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/audit.c')
-rw-r--r--bus/audit.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/bus/audit.c b/bus/audit.c
index 98f7d7b7..954afa71 100644
--- a/bus/audit.c
+++ b/bus/audit.c
@@ -67,10 +67,6 @@ bus_audit_init (BusContext *context)
if (e == EINVAL || e == EPROTONOSUPPORT || e == EAFNOSUPPORT)
return;
- /* If user bus, bail out */
- if (e == EPERM && getuid () != 0)
- return;
-
bus_context_log (context, DBUS_SYSTEM_LOG_WARNING,
"Failed to open connection to the audit subsystem: %s",
_dbus_strerror (e));