Searched refs:reqprot (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/mm/ |
D | mprotect.c | 350 unsigned long vm_flags, nstart, end, tmp, reqprot; in SYSCALL_DEFINE3() local 369 reqprot = prot; in SYSCALL_DEFINE3() 419 error = security_file_mprotect(vma, reqprot, prot); in SYSCALL_DEFINE3()
|
/linux-4.4.14/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
|
/linux-4.4.14/include/linux/ |
D | lsm_hooks.h | 1431 int (*mmap_file)(struct file *file, unsigned long reqprot, 1433 int (*file_mprotect)(struct vm_area_struct *vma, unsigned long reqprot,
|
D | security.h | 88 extern int cap_mmap_file(struct file *file, unsigned long reqprot, 284 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, 773 unsigned long reqprot, in security_file_mprotect() argument
|
/linux-4.4.14/security/ |
D | commoncap.c | 1062 int cap_mmap_file(struct file *file, unsigned long reqprot, in cap_mmap_file() argument
|
D | security.c | 804 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, in security_file_mprotect() argument 807 return call_int_hook(file_mprotect, 0, vma, reqprot, prot); in security_file_mprotect()
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 3373 static int selinux_mmap_file(struct file *file, unsigned long reqprot, in selinux_mmap_file() argument 3377 prot = reqprot; in selinux_mmap_file() 3384 unsigned long reqprot, in selinux_file_mprotect() argument 3390 prot = reqprot; in selinux_file_mprotect()
|
/linux-4.4.14/security/smack/ |
D | smack_lsm.c | 1708 unsigned long reqprot, unsigned long prot, in smack_mmap_file() argument
|