summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-08-28 14:23:21 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-08-28 14:23:21 +1000
commit0c8cb7323fad0fe3ccfd7470ae22e37f628e161a (patch)
treed898333e763fea16e42cbaba8c0669511e511f3e /init
parent00f387d94db5d4ce720d872774be7f0d6c2aa7bc (diff)
parent8b33be3fbca44ec201f9f9a0bdb937ba8e879075 (diff)
Merge commit 'fsnotify/for-next'
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig10
1 files changed, 7 insertions, 3 deletions
diff --git a/init/Kconfig b/init/Kconfig
index ff545366366c..7659bc5bdeeb 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -302,13 +302,17 @@ 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_WATCH
+ def_bool y
+ depends on AUDITSYSCALL
+ select FSNOTIFY
config AUDIT_TREE
def_bool y
depends on AUDITSYSCALL
- select INOTIFY
+ select FSNOTIFY
menu "RCU Subsystem"