| /linux/security/ipe/ |
| H A D | hooks.h | 30 int ipe_mmap_file(struct file *f, unsigned long reqprot, unsigned long prot, 33 int ipe_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot,
|
| H A D | hooks.c | 80 int ipe_mmap_file(struct file *f, unsigned long reqprot __always_unused, in ipe_mmap_file() 108 unsigned long reqprot __always_unused, in ipe_file_mprotect()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | iters_css_task.c | 23 unsigned long reqprot, unsigned long prot, int ret) in BPF_PROG() argument
|
| H A D | test_bpf_cookie.c | 129 unsigned long reqprot, unsigned long prot, int ret) in BPF_PROG() argument
|
| H A D | lsm.c | 90 unsigned long reqprot, unsigned long prot, int ret) in BPF_PROG() argument
|
| /linux/Documentation/bpf/ |
| H A 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/security/integrity/ima/ |
| H A D | ima_main.c | 493 * @reqprot: protection requested by the application in ima_file_mmap() 503 static int ima_file_mmap(struct file *file, unsigned long reqprot, in ima_file_mmap() 514 if (reqprot & PROT_EXEC) { 532 * @reqprot: protection requested by the application in ima_file_mprotect() 543 static int ima_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, in ima_file_mprotect() 483 ima_file_mmap(struct file * file,unsigned long reqprot,unsigned long prot,unsigned long flags) ima_file_mmap() argument 522 ima_file_mprotect(struct vm_area_struct * vma,unsigned long reqprot,unsigned long prot) ima_file_mprotect() argument
|
| /linux/security/apparmor/ |
| H A D | lsm.c | 578 static int apparmor_mmap_file(struct file *file, unsigned long reqprot, in apparmor_mmap_file() argument 585 unsigned long reqprot, unsigned long prot) in apparmor_file_mprotect() argument
|
| /linux/security/ |
| H A D | security.c | 2634 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, in security_file_mprotect() argument 2637 return call_int_hook(file_mprotect, vma, reqprot, prot); in security_file_mprotect()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 4058 unsigned long reqprot __always_unused, in selinux_mmap_file() 4099 unsigned long reqprot __always_unused, in selinux_file_mprotect()
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 1834 * @reqprot: contains the protection requested by the application. 1843 unsigned long reqprot, unsigned long prot, in smack_mmap_file() argument
|