Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dmprotect.c350 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/
Dlsm.c481 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/
Dlsm_hooks.h1431 int (*mmap_file)(struct file *file, unsigned long reqprot,
1433 int (*file_mprotect)(struct vm_area_struct *vma, unsigned long reqprot,
Dsecurity.h88 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/
Dcommoncap.c1062 int cap_mmap_file(struct file *file, unsigned long reqprot, in cap_mmap_file() argument
Dsecurity.c804 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/
Dhooks.c3373 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/
Dsmack_lsm.c1708 unsigned long reqprot, unsigned long prot, in smack_mmap_file() argument