Home
last modified time | relevance | path

Searched refs:reqprot (Results 1 – 11 of 11) sorted by relevance

/linux/security/ipe/
H A Dhooks.h30 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 Dhooks.c80 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 Diters_css_task.c23 unsigned long reqprot, unsigned long prot, int ret) in BPF_PROG() argument
H A Dtest_bpf_cookie.c129 unsigned long reqprot, unsigned long prot, int ret) in BPF_PROG() argument
H A Dlsm.c90 unsigned long reqprot, unsigned long prot, int ret) in BPF_PROG() argument
/linux/Documentation/bpf/
H A Dprog_lsm.rst18 .. 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 Dima_main.c493 * @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 Dlsm.c578 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 Dsecurity.c2634 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 Dhooks.c4058 unsigned long reqprot __always_unused, in selinux_mmap_file()
4099 unsigned long reqprot __always_unused, in selinux_file_mprotect()
/linux/security/smack/
H A Dsmack_lsm.c1834 * @reqprot: contains the protection requested by the application.
1843 unsigned long reqprot, unsigned long prot, in smack_mmap_file() argument