2009-12-18 10:24:25 +08:00
|
|
|
config FANOTIFY
|
|
|
|
bool "Filesystem wide access notification"
|
|
|
|
select FSNOTIFY
|
2009-12-18 10:24:26 +08:00
|
|
|
select ANON_INODES
|
2009-12-18 10:24:25 +08:00
|
|
|
default y
|
|
|
|
---help---
|
|
|
|
Say Y here to enable fanotify suport. fanotify is a file access
|
|
|
|
notification system which differs from inotify in that it sends
|
|
|
|
and open file descriptor to the userspace listener along with
|
|
|
|
the event.
|
|
|
|
|
|
|
|
If unsure, say Y.
|