do not call audit_init() from bus/ directory from files in dbus/
authorHavoc Pennington <hp@localhost.localdomain>
Fri, 19 Oct 2007 19:05:27 +0000 (15:05 -0400)
committerHavoc Pennington <hp@localhost.localdomain>
Fri, 19 Oct 2007 19:05:27 +0000 (15:05 -0400)
commit53f6713976f4b82841f11c37e450c93bd700bde9
treec4226fbd899e623d608ac9c2e615fa2f34033a5e
parent71a357de56ba38aae4c9a41931da40aa1cb9e116
do not call audit_init() from bus/ directory from files in dbus/

2007-10-19  Havoc Pennington  <hp@redhat.com>

* bus/bus.c (bus_context_new): put the audit_init() in here
instead, which I believe ends up being the same as where it was
before, though I'm not sure I understand why it goes here.

* dbus/dbus-sysdeps-util-unix.c (_dbus_change_to_daemon_user):
remove audit_init() from here, this file can't depend on code in
bus/ directory
ChangeLog
bus/bus.c
dbus/dbus-sysdeps-util-unix.c