Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dima.h24 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
H A Dlsm_hook_defs.h177 LSM_HOOK(int, 0, mmap_file, struct file *file, unsigned long reqprot,
180 unsigned long reqprot, unsigned long prot)
H A Dsecurity.h165 extern int cap_mmap_file(struct file *file, unsigned long reqprot,
397 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot,
1011 unsigned long reqprot, in security_file_mprotect() argument
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_cookie.c113 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
/openbmc/linux/mm/
H A Dmprotect.c693 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()
/openbmc/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)
/openbmc/linux/security/integrity/ima/
H A Dima_main.c430 int ima_file_mmap(struct file *file, unsigned long reqprot, in ima_file_mmap() argument
441 if (reqprot & PROT_EXEC) { in ima_file_mmap()
/openbmc/linux/security/apparmor/
H A Dlsm.c571 static int apparmor_mmap_file(struct file *file, unsigned long reqprot, in apparmor_mmap_file() argument
578 unsigned long reqprot, unsigned long prot) in apparmor_file_mprotect() argument
/openbmc/linux/security/
H A Dcommoncap.c1435 int cap_mmap_file(struct file *file, unsigned long reqprot, in cap_mmap_file() argument
H A Dsecurity.c2748 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, in security_file_mprotect() argument
2753 ret = call_int_hook(file_mprotect, 0, vma, reqprot, prot); in security_file_mprotect()
/openbmc/linux/security/selinux/
H A Dhooks.c3809 unsigned long reqprot __always_unused, in selinux_mmap_file()
3829 unsigned long reqprot __always_unused, in selinux_file_mprotect()
/openbmc/linux/security/smack/
H A Dsmack_lsm.c1781 unsigned long reqprot, unsigned long prot, in smack_mmap_file() argument