summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2009-12-17 20:12:06 -0500
committerEric Paris <eparis@redhat.com>2010-05-14 12:03:18 -0400
commit6c6550f6ed33166d4923e1eefb1990119843bb6f (patch)
tree955951faae5d47e4d680faaac8bd12e496c4995d /init
parentfb36de479642bc9bdd3af251ae48b882d8a1ad5d (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 98047d75231d..6a2614bc654e 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -299,6 +299,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
@@ -312,8 +313,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