Searched refs:reqprot (Results 1 – 5 of 5) sorted by relevance
/security/apparmor/ |
D | lsm.c | 503 static int apparmor_mmap_file(struct file *file, unsigned long reqprot, in apparmor_mmap_file() argument 510 unsigned long reqprot, unsigned long prot) in apparmor_file_mprotect() argument
|
/security/ |
D | commoncap.c | 1336 int cap_mmap_file(struct file *file, unsigned long reqprot, in cap_mmap_file() argument
|
D | security.c | 1462 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, in security_file_mprotect() argument 1465 return call_int_hook(file_mprotect, 0, vma, reqprot, prot); in security_file_mprotect()
|
/security/selinux/ |
D | hooks.c | 3697 static int selinux_mmap_file(struct file *file, unsigned long reqprot, in selinux_mmap_file() argument 3713 prot = reqprot; in selinux_mmap_file() 3720 unsigned long reqprot, in selinux_file_mprotect() argument 3727 prot = reqprot; in selinux_file_mprotect()
|
/security/smack/ |
D | smack_lsm.c | 1660 unsigned long reqprot, unsigned long prot, in smack_mmap_file() argument
|