Home
last modified time | relevance | path

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

/openbmc/linux/security/selinux/
H A Dhooks.c1705 static inline int file_path_has_perm(const struct cred *cred, in file_path_has_perm() function
2427 if (file_path_has_perm(cred, file, FILE__READ | FILE__WRITE)) in flush_unauthorized_files()
3970 return file_path_has_perm(file->f_cred, file, open_file_to_av(file)); in selinux_file_open()