forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/fs/notify/fanotify/Kconfig
....@@ -1,8 +1,10 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config FANOTIFY
23 bool "Filesystem wide access notification"
34 select FSNOTIFY
5
+ select EXPORTFS
46 default n
5
- ---help---
7
+ help
68 Say Y here to enable fanotify support. fanotify is a file access
79 notification system which differs from inotify in that it sends
810 an open file descriptor to the userspace listener along with
....@@ -15,7 +17,7 @@
1517 depends on FANOTIFY
1618 depends on SECURITY
1719 default n
18
- ---help---
20
+ help
1921 Say Y here is you want fanotify listeners to be able to make permissions
2022 decisions concerning filesystem events. This is used by some fanotify
2123 listeners which need to scan files before allowing the system access to