Home
last modified time | relevance | path

Searched refs:path_rename (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/security/tomoyo/
Dtomoyo.c516 LSM_HOOK_INIT(path_rename, tomoyo_path_rename),
/Linux-v4.19/include/linux/
Dlsm_hooks.h1503 int (*path_rename)(const struct path *old_dir, struct dentry *old_dentry, member
1824 struct hlist_head path_rename; member
/Linux-v4.19/security/
Dsecurity.c579 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/
Dlsm.c1145 LSM_HOOK_INIT(path_rename, apparmor_path_rename),