Searched refs:file_mprotect (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | lsm_hooks.h | 1608 int (*file_mprotect)(struct vm_area_struct *vma, unsigned long reqprot, member 1912 struct hlist_head file_mprotect; member
|
| /Linux-v5.4/security/apparmor/ |
| D | lsm.c | 1182 LSM_HOOK_INIT(file_mprotect, apparmor_file_mprotect),
|
| /Linux-v5.4/security/ |
| D | security.c | 1464 return call_int_hook(file_mprotect, 0, vma, reqprot, prot); in security_file_mprotect()
|
| /Linux-v5.4/security/selinux/ |
| D | hooks.c | 6876 LSM_HOOK_INIT(file_mprotect, selinux_file_mprotect),
|