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>
.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