summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2009-06-30 13:48:36 -0400
committerEric Paris <eparis@redhat.com>2009-11-06 13:18:56 -0500
commit2db7f48add5d42f2a129c82fe3dfddcddb6489e0 (patch)
treedceed9208371e5377aa379de3ccd4bc6c4c9019f /init
parentd4f6196dd25571140da5d252afaea6ccb03ac672 (diff)
Audit: audit watches depend on fsnotify
CONFIG_AUDIT builds audit_watches which depend on fsnotify. Make CONFIG_AUDIT select fsnotify. Reported-by: Alexander Beregalov <a.beregalov@gmail.com> Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 705e36b6ce37..26c544f3cca7 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -289,6 +289,7 @@ config TASK_IO_ACCOUNTING
config AUDIT
bool "Auditing support"
depends on NET
+ select FSNOTIFY
help
Enable auditing infrastructure that can be used with another
kernel subsystem, such as SELinux (which requires this for
@@ -302,8 +303,7 @@ config AUDITSYSCALL
help
Enable low-overhead system-call auditing infrastructure that
can be used independently or with another kernel subsystem,
- such as SELinux. To use audit's filesystem watch feature, please
- ensure that INOTIFY is configured.
+ such as SELinux.
config AUDIT_TREE
def_bool y