Searched refs:reqprot (Results 1 – 5 of 5) sorted by relevance
/security/apparmor/ |
D | lsm.c | 481 static int apparmor_mmap_file(struct file *file, unsigned long reqprot, in apparmor_mmap_file() argument 488 unsigned long reqprot, unsigned long prot) in apparmor_file_mprotect() argument
|
/security/ |
D | commoncap.c | 1074 int cap_mmap_file(struct file *file, unsigned long reqprot, in cap_mmap_file() argument
|
D | security.c | 805 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, in security_file_mprotect() argument 808 return call_int_hook(file_mprotect, 0, vma, reqprot, prot); in security_file_mprotect()
|
/security/selinux/ |
D | hooks.c | 3380 static int selinux_mmap_file(struct file *file, unsigned long reqprot, in selinux_mmap_file() argument 3384 prot = reqprot; in selinux_mmap_file() 3391 unsigned long reqprot, in selinux_file_mprotect() argument 3397 prot = reqprot; in selinux_file_mprotect()
|
/security/smack/ |
D | smack_lsm.c | 1702 unsigned long reqprot, unsigned long prot, in smack_mmap_file() argument
|