Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dtomoyo.c515 LSM_HOOK_INIT(path_link, tomoyo_path_link),
/Linux-v4.19/include/linux/
Dlsm_hooks.h1501 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/
Dlsm.c1139 LSM_HOOK_INIT(path_link, apparmor_path_link),
/Linux-v4.19/security/
Dsecurity.c567 return call_int_hook(path_link, 0, old_dentry, new_dir, new_dentry); in security_path_link()