diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index 84e33c49a0cb..59f62548c2aa 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -307,6 +307,7 @@ config TASK_IO_ACCOUNTING | |||
307 | config AUDIT | 307 | config AUDIT |
308 | bool "Auditing support" | 308 | bool "Auditing support" |
309 | depends on NET | 309 | depends on NET |
310 | select FSNOTIFY | ||
310 | help | 311 | help |
311 | Enable auditing infrastructure that can be used with another | 312 | Enable auditing infrastructure that can be used with another |
312 | kernel subsystem, such as SELinux (which requires this for | 313 | kernel subsystem, such as SELinux (which requires this for |
@@ -320,8 +321,7 @@ config AUDITSYSCALL | |||
320 | help | 321 | help |
321 | Enable low-overhead system-call auditing infrastructure that | 322 | Enable low-overhead system-call auditing infrastructure that |
322 | can be used independently or with another kernel subsystem, | 323 | can be used independently or with another kernel subsystem, |
323 | such as SELinux. To use audit's filesystem watch feature, please | 324 | such as SELinux. |
324 | ensure that INOTIFY is configured. | ||
325 | 325 | ||
326 | config AUDIT_TREE | 326 | config AUDIT_TREE |
327 | def_bool y | 327 | def_bool y |