blob: 668e5df28e28b3abda3d03497be084d8d6fed095 [file] [log] [blame]
Eric Parisff0b16a2009-12-17 21:24:25 -05001config FANOTIFY
2 bool "Filesystem wide access notification"
3 select FSNOTIFY
Paul Mundtef601a92009-12-17 21:24:26 -05004 select ANON_INODES
Eric Parisff0b16a2009-12-17 21:24:25 -05005 default y
6 ---help---
7 Say Y here to enable fanotify suport. fanotify is a file access
8 notification system which differs from inotify in that it sends
9 and open file descriptor to the userspace listener along with
10 the event.
11
12 If unsure, say Y.