Searched refs:tomoyo_mount_permission (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | mount.c | 181 * tomoyo_mount_permission - Check permission for mount() operation. 191 int tomoyo_mount_permission(const char *dev_name, const struct path *path, in tomoyo_mount_permission() function
|
H A D | tomoyo.c | 394 return tomoyo_mount_permission(dev_name, path, type, flags, data); in tomoyo_sb_mount()
|
H A D | common.h | 984 int tomoyo_mount_permission(const char *dev_name, const struct path *path,
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | mount.c | 181 * tomoyo_mount_permission - Check permission for mount() operation. 191 int tomoyo_mount_permission(const char *dev_name, const struct path *path, in tomoyo_mount_permission() function
|
H A D | tomoyo.c | 413 return tomoyo_mount_permission(dev_name, path, type, flags, data); in tomoyo_sb_mount()
|
H A D | common.h | 983 int tomoyo_mount_permission(const char *dev_name, const struct path *path,
|
Completed in 13 milliseconds