Searched refs:file_mprotect (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/include/linux/ |
| D | lsm_hooks.h | 1567 int (*file_mprotect)(struct vm_area_struct *vma, unsigned long reqprot, member 1864 struct hlist_head file_mprotect; member
|
| /Linux-v4.19/security/apparmor/ |
| D | lsm.c | 1157 LSM_HOOK_INIT(file_mprotect, apparmor_file_mprotect),
|
| /Linux-v4.19/security/ |
| D | security.c | 949 return call_int_hook(file_mprotect, 0, vma, reqprot, prot); in security_file_mprotect()
|
| /Linux-v4.19/security/selinux/ |
| D | hooks.c | 6969 LSM_HOOK_INIT(file_mprotect, selinux_file_mprotect),
|