From 9b89b9dd7af60a21c23f3c0b8e3ccd81d1424e13 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 9 Apr 2020 21:51:31 +0200 Subject: [PATCH] fanotify_mark.2: wfix After a comment from Matthew Bobrowski: Although, I would just have to point out that it doesn't necessarily have to be a "script" file, but rather a file of any type that can have its contents interpreted, which then results in a form of program execution i.e. $ /usr/lib64/ld-linux-x86-64.so.2 ./foo In this case, foo is not a "script" file. Reported-by: Matthew Bobrowski Signed-off-by: Michael Kerrisk --- man2/fanotify_mark.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/fanotify_mark.2 b/man2/fanotify_mark.2 index ef705ce99..30290d519 100644 --- a/man2/fanotify_mark.2 +++ b/man2/fanotify_mark.2 @@ -467,7 +467,7 @@ for files that are opened using or .BR uselib (2). Events of these types will not be raised in the situation where an -interpreter is passed (or reads) a script file for interpretation. +interpreter is passed (or reads) a file for interpretation. .PP Additionally, if a mark has also been placed on the Linux dynamic linker, a user should also expect to receive an event for it when