Searched refs:security_path_symlink (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/fs/ |
D | init.c | 210 error = security_path_symlink(&path, dentry, oldname); in init_symlink()
|
D | namei.c | 4425 error = security_path_symlink(&path, dentry, from->name); in do_symlinkat()
|
/Linux-v6.1/include/linux/ |
D | security.h | 1793 int security_path_symlink(const struct path *dir, struct dentry *dentry, 1831 static inline int security_path_symlink(const struct path *dir, struct dentry *dentry, in security_path_symlink() function
|
/Linux-v6.1/security/ |
D | security.c | 1179 int security_path_symlink(const struct path *dir, struct dentry *dentry, in security_path_symlink() function
|