/Linux-v6.6/include/linux/ |
D | ima.h | 24 extern int ima_file_mmap(struct file *file, unsigned long reqprot, 80 static inline int ima_file_mmap(struct file *file, unsigned long reqprot, in ima_file_mmap() argument
|
D | lsm_hook_defs.h | 175 LSM_HOOK(int, 0, mmap_file, struct file *file, unsigned long reqprot, 178 unsigned long reqprot, unsigned long prot)
|
D | security.h | 165 extern int cap_mmap_file(struct file *file, unsigned long reqprot, 395 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, 1002 unsigned long reqprot, in security_file_mprotect() argument
|
/Linux-v6.6/mm/ |
D | mprotect.c | 693 unsigned long nstart, end, tmp, reqprot; in do_mprotect_pkey() local 719 reqprot = prot; in do_mprotect_pkey() 805 error = security_file_mprotect(vma, reqprot, prot); in do_mprotect_pkey() 825 prot = reqprot; in do_mprotect_pkey()
|
/Linux-v6.6/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 | 90 unsigned long reqprot, unsigned long prot, int ret) in BPF_PROG() argument
|
/Linux-v6.6/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-v6.6/security/integrity/ima/ |
D | ima_main.c | 416 int ima_file_mmap(struct file *file, unsigned long reqprot, in ima_file_mmap() argument 427 if (reqprot & PROT_EXEC) { in ima_file_mmap()
|
/Linux-v6.6/security/apparmor/ |
D | lsm.c | 559 static int apparmor_mmap_file(struct file *file, unsigned long reqprot, in apparmor_mmap_file() argument 566 unsigned long reqprot, unsigned long prot) in apparmor_file_mprotect() argument
|
/Linux-v6.6/security/ |
D | commoncap.c | 1435 int cap_mmap_file(struct file *file, unsigned long reqprot, in cap_mmap_file() argument
|
D | security.c | 2730 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, in security_file_mprotect() argument 2735 ret = call_int_hook(file_mprotect, 0, vma, reqprot, prot); in security_file_mprotect()
|
/Linux-v6.6/security/selinux/ |
D | hooks.c | 3788 unsigned long reqprot __always_unused, in selinux_mmap_file() 3808 unsigned long reqprot __always_unused, in selinux_file_mprotect()
|
/Linux-v6.6/security/smack/ |
D | smack_lsm.c | 1780 unsigned long reqprot, unsigned long prot, in smack_mmap_file() argument
|