Searched defs:path_has_perm (Results 1 - 1 of 1) sorted by last modified time

/security/selinux/
H A Dhooks.c1632 static inline int path_has_perm(const struct cred *cred, function
1644 /* Same as path_has_perm, but uses the inode from the file struct. */
2698 return path_has_perm(cred, path, FILE__MOUNTON);
2964 return path_has_perm(cred, &path, FILE__GETATTR);

Completed in 70 milliseconds