Home
last modified time | relevance | path

Searched refs:path_has_perm (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/security/selinux/
Dhooks.c1655 static inline int path_has_perm(const struct cred *cred, in path_has_perm() function
2750 return path_has_perm(cred, path, FILE__MOUNTON); in selinux_mount()
2758 return path_has_perm(cred, to_path, FILE__MOUNTON); in selinux_move_mount()
3133 return path_has_perm(current_cred(), path, FILE__GETATTR); in selinux_inode_getattr()
3359 return path_has_perm(current_cred(), path, perm); in selinux_path_notify()