xref: /linux/fs/notify/fanotify/Kconfig (revision ff0b16a9850e8a240ad59e10b0a1291a8fcf7cbc)
1*ff0b16a9SEric Parisconfig FANOTIFY
2*ff0b16a9SEric Paris	bool "Filesystem wide access notification"
3*ff0b16a9SEric Paris	select FSNOTIFY
4*ff0b16a9SEric Paris	default y
5*ff0b16a9SEric Paris	---help---
6*ff0b16a9SEric Paris	   Say Y here to enable fanotify suport.  fanotify is a file access
7*ff0b16a9SEric Paris	   notification system which differs from inotify in that it sends
8*ff0b16a9SEric Paris	   and open file descriptor to the userspace listener along with
9*ff0b16a9SEric Paris	   the event.
10*ff0b16a9SEric Paris
11*ff0b16a9SEric Paris	   If unsure, say Y.
12