summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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