Home
last modified time | relevance | path

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

/linux/mm/
A Dmprotect.c525 unsigned long nstart, end, tmp, reqprot; in do_mprotect_pkey() local
549 reqprot = prot; in do_mprotect_pkey()
625 error = security_file_mprotect(vma, reqprot, prot); in do_mprotect_pkey()
655 prot = reqprot; in do_mprotect_pkey()
/linux/Documentation/bpf/
A Dbpf_lsm.rst18 .. c:function:: int file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, unsigned long …
69 unsigned long reqprot, unsigned long prot, int ret)
/linux/tools/testing/selftests/bpf/progs/
A Dlsm.c88 unsigned long reqprot, unsigned long prot, int ret) in BPF_PROG() argument
/linux/include/linux/
A Dlsm_hook_defs.h170 LSM_HOOK(int, 0, mmap_file, struct file *file, unsigned long reqprot,
173 unsigned long reqprot, unsigned long prot)
A Dsecurity.h160 extern int cap_mmap_file(struct file *file, unsigned long reqprot,
387 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot,
978 unsigned long reqprot, in security_file_mprotect() argument
/linux/security/apparmor/
A Dlsm.c524 static int apparmor_mmap_file(struct file *file, unsigned long reqprot, in apparmor_mmap_file() argument
531 unsigned long reqprot, unsigned long prot) in apparmor_file_mprotect() argument
/linux/security/
A Dcommoncap.c1438 int cap_mmap_file(struct file *file, unsigned long reqprot, in cap_mmap_file() argument
A Dsecurity.c1594 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, in security_file_mprotect() argument
1599 ret = call_int_hook(file_mprotect, 0, vma, reqprot, prot); in security_file_mprotect()
/linux/security/selinux/
A Dhooks.c3853 static int selinux_mmap_file(struct file *file, unsigned long reqprot, in selinux_mmap_file() argument
3869 prot = reqprot; in selinux_mmap_file()
3876 unsigned long reqprot, in selinux_file_mprotect() argument
3883 prot = reqprot; in selinux_file_mprotect()
/linux/security/smack/
A Dsmack_lsm.c1638 unsigned long reqprot, unsigned long prot, in smack_mmap_file() argument

Completed in 50 milliseconds