aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
Diffstat (limited to 'man7')
-rw-r--r--man7/fanotify.718
1 files changed, 18 insertions, 0 deletions
diff --git a/man7/fanotify.7 b/man7/fanotify.7
index 00e080522a..cc24577356 100644
--- a/man7/fanotify.7
+++ b/man7/fanotify.7
@@ -250,6 +250,14 @@ A file or a directory (but see BUGS) was accessed (read).
.B FAN_OPEN
A file or a directory was opened.
.TP
+.B FAN_OPEN_EXEC
+A file was opened with the intent to be executed.
+See
+.B NOTES
+in
+.BR fanotify_mark (2)
+for additional details.
+.TP
.B FAN_MODIFY
A file was modified.
.TP
@@ -285,6 +293,16 @@ access the filesystem object shall be granted.
An application wants to open a file or directory.
The reader must write a response that determines whether the permission to
open the filesystem object shall be granted.
+.TP
+.B FAN_OPEN_EXEC_PERM
+An application wants to open a file for execution.
+The reader must write a response that determines whether the permission to
+open the filesystem object for execution shall be granted.
+See
+.B NOTES
+in
+.BR fanotify_mark (2)
+for additional details.
.PP
To check for any close event, the following bit mask may be used:
.TP