Searched refs:security_path_symlink (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/ |
H A D | init.c | 210 error = security_path_symlink(&path, dentry, oldname); in init_symlink()
|
H A D | namei.c | 4497 error = security_path_symlink(&path, dentry, from->name); in do_symlinkat()
|
/openbmc/linux/include/linux/ |
H A D | security.h | 1840 int security_path_symlink(const struct path *dir, struct dentry *dentry, 1878 static inline int security_path_symlink(const struct path *dir, struct dentry *dentry, in security_path_symlink() function
|
/openbmc/linux/security/ |
H A D | security.c | 1781 int security_path_symlink(const struct path *dir, struct dentry *dentry, in security_path_symlink() function
|