]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man7/fanotify.7: The response field is now a bit mask instead of an enum
authorAmir Goldstein <amir73il@gmail.com>
Mon, 31 Mar 2025 08:27:57 +0000 (10:27 +0200)
committerAlejandro Colomar <alx@kernel.org>
Mon, 31 Mar 2025 08:53:52 +0000 (10:53 +0200)
Since the introduction of the FAN_AUDIT response flag,
the response field of fanotify_response is no longer an enum
it is now a bitmask, so fix the wording around FAN_ALLOW and
FAN_DENY.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Message-ID: <20250331082759.1424401-1-amir73il@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man7/fanotify.7

index a5ddf1df0178fb4f216203e7fd60ee478bcc5b65..ad864b762a510d69a5361f63849b5da1e87a602e 100644 (file)
@@ -769,7 +769,7 @@ This is the file descriptor from the structure
 .TP
 .I response
 This field indicates whether or not the permission is to be granted.
-Its value must be either
+Its value must contain either the flag
 .B FAN_ALLOW
 to allow the file operation or
 .B FAN_DENY