apparmor/management/apparmor-dbus
2007-02-08 22:39:11 +00:00
..
src Renamed to apparmor-dbus. 2007-02-08 19:56:28 +00:00
aclocal.m4 2007-02-08 19:03:00 +00:00
apparmor-dbus.spec Added a necessary REQUIRES line. 2007-02-08 22:39:11 +00:00
AUTHORS 2007-02-08 19:03:00 +00:00
ChangeLog 2007-02-08 19:03:00 +00:00
config.guess 2007-02-08 19:03:00 +00:00
config.h.in 2007-02-08 19:03:00 +00:00
config.sub 2007-02-08 19:03:00 +00:00
configure Bumped version to 1.0 in preparation for STABLE submission. 2007-02-08 20:13:17 +00:00
configure.in Bumped version to 1.0 in preparation for STABLE submission. 2007-02-08 20:13:17 +00:00
COPYING 2007-02-08 19:03:00 +00:00
depcomp 2007-02-08 19:03:00 +00:00
INSTALL 2007-02-08 19:03:00 +00:00
install-sh 2007-02-08 19:03:00 +00:00
ltmain.sh 2007-02-08 19:03:00 +00:00
Makefile.am 2007-02-08 19:03:00 +00:00
Makefile.in 2007-02-08 19:03:00 +00:00
missing 2007-02-08 19:03:00 +00:00
mkinstalldirs 2007-02-08 19:03:00 +00:00
NEWS 2007-02-08 19:03:00 +00:00
README Renamed to apparmor-dbus. 2007-02-08 19:56:28 +00:00
TODO 2007-02-08 19:03:00 +00:00

In order to actually use aadbus, you need to tell auditd to use it as a dispatcher.  It's simple:

* As root, edit /etc/auditd.conf

* Add the following line (using the correct path, of course):
	dispatcher=/usr/local/bin/apparmor-dbus

* Restart auditd