/linux-6.1.9/mm/ |
D | mprotect.c | 674 unsigned long nstart, end, tmp, reqprot; in do_mprotect_pkey() local 700 reqprot = prot; in do_mprotect_pkey() 778 error = security_file_mprotect(vma, reqprot, prot); in do_mprotect_pkey() 808 prot = reqprot; in do_mprotect_pkey()
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | test_bpf_cookie.c | 113 unsigned long reqprot, unsigned long prot, int ret) in BPF_PROG() argument
|
D | lsm.c | 89 unsigned long reqprot, unsigned long prot, int ret) in BPF_PROG() argument
|
/linux-6.1.9/Documentation/bpf/ |
D | prog_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-6.1.9/include/linux/ |
D | lsm_hook_defs.h | 168 LSM_HOOK(int, 0, mmap_file, struct file *file, unsigned long reqprot, 171 unsigned long reqprot, unsigned long prot)
|
D | security.h | 164 extern int cap_mmap_file(struct file *file, unsigned long reqprot, 390 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, 978 unsigned long reqprot, in security_file_mprotect() argument
|
/linux-6.1.9/security/apparmor/ |
D | lsm.c | 544 static int apparmor_mmap_file(struct file *file, unsigned long reqprot, in apparmor_mmap_file() argument 551 unsigned long reqprot, unsigned long prot) in apparmor_file_mprotect() argument
|
/linux-6.1.9/security/ |
D | commoncap.c | 1443 int cap_mmap_file(struct file *file, unsigned long reqprot, in cap_mmap_file() argument
|
D | security.c | 1607 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, in security_file_mprotect() argument 1612 ret = call_int_hook(file_mprotect, 0, vma, reqprot, prot); in security_file_mprotect()
|
/linux-6.1.9/security/selinux/ |
D | hooks.c | 3749 static int selinux_mmap_file(struct file *file, unsigned long reqprot, in selinux_mmap_file() argument 3765 prot = reqprot; in selinux_mmap_file() 3772 unsigned long reqprot, in selinux_file_mprotect() argument 3779 prot = reqprot; in selinux_file_mprotect()
|
/linux-6.1.9/security/smack/ |
D | smack_lsm.c | 1630 unsigned long reqprot, unsigned long prot, in smack_mmap_file() argument
|