You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
341 B
11 lines
341 B
config FANOTIFY
|
|
bool "Filesystem wide access notification"
|
|
select FSNOTIFY
|
|
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.
|
|
|