blob: e5f911bd80d2488689966cfd9cddf704fae07aa2 [file] [log] [blame]
Eric Parisff0b16a2009-12-17 21:24:25 -05001config FANOTIFY
2 bool "Filesystem wide access notification"
3 select FSNOTIFY
Paul Mundtef601a92009-12-17 21:24:26 -05004 select ANON_INODES
Eric Paris269ed322010-05-27 09:29:37 -04005 default n
Eric Parisff0b16a2009-12-17 21:24:25 -05006 ---help---
Masanari Iida02582e92012-08-22 19:11:26 +09007 Say Y here to enable fanotify support. fanotify is a file access
Eric Parisff0b16a2009-12-17 21:24:25 -05008 notification system which differs from inotify in that it sends
Michael Witten6aaccec2010-11-01 17:50:12 +00009 an open file descriptor to the userspace listener along with
Eric Parisff0b16a2009-12-17 21:24:25 -050010 the event.
11
12 If unsure, say Y.
Eric Paris9e66e422009-12-17 21:24:34 -050013
14config FANOTIFY_ACCESS_PERMISSIONS
15 bool "fanotify permissions checking"
16 depends on FANOTIFY
17 depends on SECURITY
18 default n
19 ---help---
20 Say Y here is you want fanotify listeners to be able to make permissions
21 decisions concerning filesystem events. This is used by some fanotify
22 listeners which need to scan files before allowing the system access to
23 use those files. This is used by some anti-malware vendors and by some
24 hierarchical storage managent systems.
25
26 If unsure, say N.