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