Searched refs:path_rename (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/security/tomoyo/ |
D | tomoyo.c | 516 LSM_HOOK_INIT(path_rename, tomoyo_path_rename),
|
/Linux-v4.19/include/linux/ |
D | lsm_hooks.h | 1503 int (*path_rename)(const struct path *old_dir, struct dentry *old_dentry, member 1824 struct hlist_head path_rename; member
|
/Linux-v4.19/security/ |
D | security.c | 579 int err = call_int_hook(path_rename, 0, new_dir, new_dentry, in security_path_rename() 585 return call_int_hook(path_rename, 0, old_dir, old_dentry, new_dir, in security_path_rename()
|
/Linux-v4.19/security/apparmor/ |
D | lsm.c | 1145 LSM_HOOK_INIT(path_rename, apparmor_path_rename),
|