Searched refs:path_rename (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/security/tomoyo/ |
D | tomoyo.c | 515 LSM_HOOK_INIT(path_rename, tomoyo_path_rename),
|
/linux-4.4.14/include/linux/ |
D | lsm_hooks.h | 1371 int (*path_rename)(struct path *old_dir, struct dentry *old_dentry, member 1660 struct list_head path_rename; member
|
/linux-4.4.14/security/ |
D | security.c | 470 int err = call_int_hook(path_rename, 0, new_dir, new_dentry, in security_path_rename() 476 return call_int_hook(path_rename, 0, old_dir, old_dentry, new_dir, in security_path_rename() 1605 .path_rename = LIST_HEAD_INIT(security_hook_heads.path_rename),
|
/linux-4.4.14/security/apparmor/ |
D | lsm.c | 620 LSM_HOOK_INIT(path_rename, apparmor_path_rename),
|