]> git.ipfire.org Git - thirdparty/man-pages.git/commit
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)
commitd0f1c9b7d215a2724a429ffbc84d7079b339bd64
treeb23d66283f5b10117dba52de2a1aad5c90bbcff3
parent8dab69e3156b1379187ee6e6757fe333b633a096
man/man7/fanotify.7: The response field is now a bit mask instead of an enum

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