| /OK3568_Linux_fs/kernel/mm/ |
| H A D | mprotect.c | 517 unsigned long nstart, end, tmp, reqprot; in do_mprotect_pkey() local 541 reqprot = prot; in do_mprotect_pkey() 614 error = security_file_mprotect(vma, reqprot, prot); in do_mprotect_pkey() 636 prot = reqprot; in do_mprotect_pkey()
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A 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)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | lsm.c | 41 unsigned long reqprot, unsigned long prot, int ret) in BPF_PROG() argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lsm_hook_defs.h | 164 LSM_HOOK(int, 0, mmap_file, struct file *file, unsigned long reqprot, 167 unsigned long reqprot, unsigned long prot)
|
| H A D | security.h | 156 extern int cap_mmap_file(struct file *file, unsigned long reqprot, 375 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, 948 unsigned long reqprot, in security_file_mprotect() argument
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | commoncap.c | 1359 int cap_mmap_file(struct file *file, unsigned long reqprot, in cap_mmap_file() argument
|
| H A D | security.c | 1522 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, in security_file_mprotect() argument 1527 ret = call_int_hook(file_mprotect, 0, vma, reqprot, prot); in security_file_mprotect()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 3779 static int selinux_mmap_file(struct file *file, unsigned long reqprot, in selinux_mmap_file() argument 3795 prot = reqprot; in selinux_mmap_file() 3802 unsigned long reqprot, in selinux_file_mprotect() argument 3809 prot = reqprot; in selinux_file_mprotect()
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smack_lsm.c | 1648 unsigned long reqprot, unsigned long prot, in smack_mmap_file() argument
|