summaryrefslogtreecommitdiff
path: root/fs/notify/fanotify/Kconfig
blob: 668e5df28e28b3abda3d03497be084d8d6fed095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config FANOTIFY
	bool "Filesystem wide access notification"
	select FSNOTIFY
	select ANON_INODES
	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.