Files
linux-stable-mirror/include/uapi/linux
Miklos Szeredi 0f46d81f2b fanotify: notify on mount attach and detach
Add notifications for attaching and detaching mounts.  The following new
event masks are added:

  FAN_MNT_ATTACH  - Mount was attached
  FAN_MNT_DETACH  - Mount was detached

If a mount is moved, then the event is reported with (FAN_MNT_ATTACH |
FAN_MNT_DETACH).

These events add an info record of type FAN_EVENT_INFO_TYPE_MNT containing
these fields identifying the affected mounts:

  __u64 mnt_id    - the ID of the mount (see statmount(2))

FAN_REPORT_MNT must be supplied to fanotify_init() to receive these events
and no other type of event can be received with this report type.

Marks are added with FAN_MARK_MNTNS, which records the mount namespace from
an nsfs file (e.g. /proc/self/ns/mnt).

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Link: https://lore.kernel.org/r/20250129165803.72138-3-mszeredi@redhat.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
2025-02-05 17:21:07 +01:00
..
2024-11-03 20:33:43 +00:00
2025-01-13 07:36:29 -08:00
2024-12-04 16:08:34 +01:00
2025-01-17 22:23:47 +01:00
2024-11-01 01:19:00 +00:00
2024-09-16 23:50:52 +02:00
2025-01-08 13:18:11 +01:00
2025-01-23 13:05:06 -06:00
2024-10-24 13:54:51 +02:00
2025-01-09 16:23:17 +01:00
2024-10-09 19:55:40 -07:00
2024-11-05 10:24:16 +00:00
2024-11-06 12:59:44 -05:00