Searched refs:__file_has_perm (Results 1 – 1 of 1) sorted by relevance
| /linux/security/selinux/ |
| H A D | hooks.c | 1749 static int __file_has_perm(const struct cred *cred, const struct file *file, in __file_has_perm() function 1814 return __file_has_perm(cred, file, av, false); in file_has_perm() 4014 return __file_has_perm(cred, file, av, bf_user_file); in __file_map_prot_check() 4143 rc = __file_has_perm(cred, file, FILE__EXECMOD, in selinux_file_mprotect()
|