Kconfig 872 字节
Newer Older
1 2 3
config FANOTIFY
	bool "Filesystem wide access notification"
	select FSNOTIFY
P
Paul Mundt 已提交
4
	select ANON_INODES
E
Eric Paris 已提交
5
	default n
6
	---help---
7
	   Say Y here to enable fanotify support.  fanotify is a file access
8
	   notification system which differs from inotify in that it sends
M
Michael Witten 已提交
9
	   an open file descriptor to the userspace listener along with
10 11 12
	   the event.

	   If unsure, say Y.
E
Eric Paris 已提交
13 14 15 16 17 18 19 20 21 22 23

config FANOTIFY_ACCESS_PERMISSIONS
	bool "fanotify permissions checking"
	depends on FANOTIFY
	depends on SECURITY
	default n
	---help---
	   Say Y here is you want fanotify listeners to be able to make permissions
	   decisions concerning filesystem events.  This is used by some fanotify
	   listeners which need to scan files before allowing the system access to
	   use those files.  This is used by some anti-malware vendors and by some
M
Masanari Iida 已提交
24
	   hierarchical storage management systems.
E
Eric Paris 已提交
25 26

	   If unsure, say N.