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