Home
last modified time | relevance | path

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

/linux/security/selinux/
H A Dhooks.c4020 static inline int file_map_prot_check(const struct cred *cred, in file_map_prot_check() function
4054 return file_map_prot_check(cred, file, prot, shared); in selinux_mmap_file_common()
4160 rc = file_map_prot_check(file->f_cred, file, prot, shared); in selinux_file_mprotect()