linux/fs/notify
Amir Goldstein 2bfbcccde6 fanotify: record either old name new name or both for FAN_RENAME
We do not want to report the dirfid+name of a directory whose
inode/sb are not watched, because watcher may not have permissions
to see the directory content.

Use an internal iter_info to indicate to fanotify_alloc_event()
which marks of this group are watching FAN_RENAME, so it can decide
if we need to record only the old parent+name, new parent+name or both.

Link: https://lore.kernel.org/r/20211129201537.1932819-10-amir73il@gmail.com
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
[JK: Modified code to pass around only mask of mark types matching
generated event]
Signed-off-by: Jan Kara <jack@suse.cz>
2021-12-15 15:55:53 +01:00
..
dnotify fsnotify: generate FS_RENAME event with rich information 2021-12-15 14:04:27 +01:00
fanotify fanotify: record either old name new name or both for FAN_RENAME 2021-12-15 15:55:53 +01:00
inotify fsnotify: Pass group argument to free_event 2021-10-27 12:34:18 +02:00
fdinfo.c fanotify: fix permission model of unprivileged group 2021-05-25 12:21:14 +02:00
fdinfo.h
fsnotify.c fsnotify: generate FS_RENAME event with rich information 2021-12-15 14:04:27 +01:00
fsnotify.h fsnotify: count all objects with attached connectors 2021-08-11 13:50:48 +02:00
group.c fsnotify: clarify object type argument 2021-12-15 14:04:03 +01:00
Kconfig
Makefile
mark.c fsnotify: separate mark iterator type from object type enum 2021-12-15 14:04:06 +01:00
notification.c fsnotify: Pass group argument to free_event 2021-10-27 12:34:18 +02:00