Searched refs:path_symlink (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/security/tomoyo/ |
| D | tomoyo.c | 551 LSM_HOOK_INIT(path_symlink, tomoyo_path_symlink),
|
| /Linux-v5.4/include/linux/ |
| D | lsm_hooks.h | 1535 int (*path_symlink)(const struct path *dir, struct dentry *dentry, member 1867 struct hlist_head path_symlink; member
|
| /Linux-v5.4/security/apparmor/ |
| D | lsm.c | 1166 LSM_HOOK_INIT(path_symlink, apparmor_path_symlink),
|
| /Linux-v5.4/security/ |
| D | security.c | 1053 return call_int_hook(path_symlink, 0, dir, dentry, old_name); in security_path_symlink()
|