Searched refs:security_path_symlink (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/fs/ |
D | init.c | 208 error = security_path_symlink(&path, dentry, oldname); in init_symlink()
|
D | namei.c | 3985 error = security_path_symlink(&path, dentry, from->name); in do_symlinkat()
|
/Linux-v5.10/include/linux/ |
D | security.h | 1718 int security_path_symlink(const struct path *dir, struct dentry *dentry, 1756 static inline int security_path_symlink(const struct path *dir, struct dentry *dentry, in security_path_symlink() function
|
/Linux-v5.10/security/ |
D | security.c | 1105 int security_path_symlink(const struct path *dir, struct dentry *dentry, in security_path_symlink() function
|