Searched refs:reqprot (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/mm/ |
D | mprotect.c | 525 unsigned long nstart, end, tmp, reqprot; in do_mprotect_pkey() local 549 reqprot = prot; in do_mprotect_pkey() 622 error = security_file_mprotect(vma, reqprot, prot); in do_mprotect_pkey() 652 prot = reqprot; in do_mprotect_pkey()
|
/Linux-v5.15/Documentation/bpf/ |
D | bpf_lsm.rst | 18 .. 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-v5.15/tools/testing/selftests/bpf/progs/ |
D | lsm.c | 88 unsigned long reqprot, unsigned long prot, int ret) in BPF_PROG() argument
|
/Linux-v5.15/include/linux/ |
D | lsm_hook_defs.h | 169 LSM_HOOK(int, 0, mmap_file, struct file *file, unsigned long reqprot, 172 unsigned long reqprot, unsigned long prot)
|
D | security.h | 160 extern int cap_mmap_file(struct file *file, unsigned long reqprot, 386 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, 976 unsigned long reqprot, in security_file_mprotect() argument
|
/Linux-v5.15/security/apparmor/ |
D | lsm.c | 524 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-v5.15/security/ |
D | commoncap.c | 1438 int cap_mmap_file(struct file *file, unsigned long reqprot, in cap_mmap_file() argument
|
D | security.c | 1593 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, in security_file_mprotect() argument 1598 ret = call_int_hook(file_mprotect, 0, vma, reqprot, prot); in security_file_mprotect()
|
/Linux-v5.15/security/selinux/ |
D | hooks.c | 3865 static int selinux_mmap_file(struct file *file, unsigned long reqprot, in selinux_mmap_file() argument 3881 prot = reqprot; in selinux_mmap_file() 3888 unsigned long reqprot, in selinux_file_mprotect() argument 3895 prot = reqprot; in selinux_file_mprotect()
|
/Linux-v5.15/security/smack/ |
D | smack_lsm.c | 1632 unsigned long reqprot, unsigned long prot, in smack_mmap_file() argument
|