Home
last modified time | relevance | path

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

/Linux-v5.4/security/tomoyo/
Dtomoyo.c553 LSM_HOOK_INIT(path_link, tomoyo_path_link),
/Linux-v5.4/include/linux/
Dlsm_hooks.h1537 int (*path_link)(struct dentry *old_dentry, const struct path *new_dir, member
1868 struct hlist_head path_link; member
/Linux-v5.4/security/apparmor/
Dlsm.c1164 LSM_HOOK_INIT(path_link, apparmor_path_link),
/Linux-v5.4/security/
Dsecurity.c1061 return call_int_hook(path_link, 0, old_dentry, new_dir, new_dentry); in security_path_link()