Searched refs:path_symlink (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/security/tomoyo/ |
D | tomoyo.c | 513 LSM_HOOK_INIT(path_symlink, tomoyo_path_symlink),
|
/Linux-v4.19/include/linux/ |
D | lsm_hooks.h | 1499 int (*path_symlink)(const struct path *dir, struct dentry *dentry, member 1822 struct hlist_head path_symlink; member
|
/Linux-v4.19/security/apparmor/ |
D | lsm.c | 1141 LSM_HOOK_INIT(path_symlink, apparmor_path_symlink),
|
/Linux-v4.19/security/ |
D | security.c | 559 return call_int_hook(path_symlink, 0, dir, dentry, old_name); in security_path_symlink()
|