aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 59f62548c2aa..05e932ef5169 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -307,7 +307,6 @@ config TASK_IO_ACCOUNTING
307config AUDIT 307config AUDIT
308 bool "Auditing support" 308 bool "Auditing support"
309 depends on NET 309 depends on NET
310 select FSNOTIFY
311 help 310 help
312 Enable auditing infrastructure that can be used with another 311 Enable auditing infrastructure that can be used with another
313 kernel subsystem, such as SELinux (which requires this for 312 kernel subsystem, such as SELinux (which requires this for
@@ -323,6 +322,11 @@ config AUDITSYSCALL
323 can be used independently or with another kernel subsystem, 322 can be used independently or with another kernel subsystem,
324 such as SELinux. 323 such as SELinux.
325 324
325config AUDIT_WATCH
326 def_bool y
327 depends on AUDITSYSCALL
328 select FSNOTIFY
329
326config AUDIT_TREE 330config AUDIT_TREE
327 def_bool y 331 def_bool y
328 depends on AUDITSYSCALL 332 depends on AUDITSYSCALL