| /kernel/linux/linux-5.10/include/linux/ |
| D | ima.h | 21 extern int ima_file_mmap(struct file *file, unsigned long reqprot, 74 static inline int ima_file_mmap(struct file *file, unsigned long reqprot, in ima_file_mmap() argument
|
| D | lsm_hook_defs.h | 162 LSM_HOOK(int, 0, mmap_file, struct file *file, unsigned long reqprot, 168 unsigned long reqprot, unsigned long prot)
|
| D | security.h | 158 extern int cap_mmap_file(struct file *file, unsigned long reqprot, 374 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, 940 unsigned long reqprot, in security_file_mprotect() argument
|
| /kernel/linux/linux-5.10/mm/ |
| D | mprotect.c | 525 unsigned long nstart, end, tmp, reqprot; in do_mprotect_pkey() local 562 reqprot = prot; in do_mprotect_pkey() 635 error = security_file_mprotect(vma, reqprot, prot); in do_mprotect_pkey() 657 prot = reqprot; in do_mprotect_pkey()
|
| /kernel/linux/common_modules/xpm/core/ |
| D | xpm_security_hooks.c | 357 unsigned long reqprot, unsigned long prot) in xpm_mprotect_check() argument 359 (void)reqprot; in xpm_mprotect_check()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | lsm.c | 41 unsigned long reqprot, unsigned long prot, int ret) in BPF_PROG() argument
|
| /kernel/linux/linux-5.10/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)
|
| /kernel/linux/linux-5.10/security/integrity/ima/ |
| D | ima_main.c | 391 int ima_file_mmap(struct file *file, unsigned long reqprot, in ima_file_mmap() argument
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| D | lsm.c | 515 static int apparmor_mmap_file(struct file *file, unsigned long reqprot, in apparmor_mmap_file() argument 522 unsigned long reqprot, unsigned long prot) in apparmor_file_mprotect() argument
|
| /kernel/linux/linux-5.10/security/ |
| D | commoncap.c | 1357 int cap_mmap_file(struct file *file, unsigned long reqprot, in cap_mmap_file() argument
|
| D | security.c | 1551 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, in security_file_mprotect() argument 1556 ret = call_int_hook(file_mprotect, 0, vma, reqprot, prot); in security_file_mprotect()
|
| /kernel/linux/linux-5.10/security/selinux/ |
| D | hooks.c | 3722 static int selinux_mmap_file(struct file *file, unsigned long reqprot, in selinux_mmap_file() argument 3738 prot = reqprot; in selinux_mmap_file() 3745 unsigned long reqprot, in selinux_file_mprotect() argument 3752 prot = reqprot; in selinux_file_mprotect()
|
| /kernel/linux/linux-5.10/security/smack/ |
| D | smack_lsm.c | 1647 unsigned long reqprot, unsigned long prot, in smack_mmap_file() argument
|