Searched refs:security_path_chmod (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dsecurity.h1927 int security_path_chmod(const struct path *path, umode_t mode);
1984 static inline int security_path_chmod(const struct path *path, umode_t mode) function
/linux-master/fs/
H A Dopen.c645 error = security_path_chmod(path, mode);
/linux-master/security/
H A Dsecurity.c1941 * security_path_chmod() - Check if changing the file's mode is allowed
1951 int security_path_chmod(const struct path *path, umode_t mode) function

Completed in 144 milliseconds