Eric Paris | ff0b16a | 2009-12-17 21:24:25 -0500 | [diff] [blame^] | 1 | config 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. |