]> git.ipfire.org Git - thirdparty/man-pages.git/commit
man/man?/fanotify*: Document FAN_PRE_ACCESS event
authorAmir Goldstein <amir73il@gmail.com>
Sun, 30 Mar 2025 12:55:36 +0000 (14:55 +0200)
committerAlejandro Colomar <alx@kernel.org>
Wed, 2 Apr 2025 21:04:25 +0000 (23:04 +0200)
commitdae94470bca488dfc4962c2988f24f286a8d2326
treebe14cfac5b1533eef35de678122bc3c267a11663
parent7ec4d0b3d478f88ae316b748a41a8b12694efe5d
man/man?/fanotify*: Document FAN_PRE_ACCESS event

The new FAN_PRE_ACCESS events are created before access to a file range,
to provides an opportunity for the event listener to modify the content
of the object before the user can accesss it.

Those events are available for group in class FAN_CLASS_PRE_CONTENT
They are reported with FAN_EVENT_INFO_TYPE_RANGE info record.

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