Searched refs:path_link (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/security/tomoyo/ |
D | tomoyo.c | 515 LSM_HOOK_INIT(path_link, tomoyo_path_link),
|
/Linux-v4.19/include/linux/ |
D | lsm_hooks.h | 1501 int (*path_link)(struct dentry *old_dentry, const struct path *new_dir, member 1823 struct hlist_head path_link; member
|
/Linux-v4.19/security/apparmor/ |
D | lsm.c | 1139 LSM_HOOK_INIT(path_link, apparmor_path_link),
|
/Linux-v4.19/security/ |
D | security.c | 567 return call_int_hook(path_link, 0, old_dentry, new_dir, new_dentry); in security_path_link()
|