Home
last modified time | relevance | path

Searched refs:file_mprotect (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dlsm_hooks.h1567 int (*file_mprotect)(struct vm_area_struct *vma, unsigned long reqprot, member
1864 struct hlist_head file_mprotect; member
/Linux-v4.19/security/apparmor/
Dlsm.c1157 LSM_HOOK_INIT(file_mprotect, apparmor_file_mprotect),
/Linux-v4.19/security/
Dsecurity.c949 return call_int_hook(file_mprotect, 0, vma, reqprot, prot); in security_file_mprotect()
/Linux-v4.19/security/selinux/
Dhooks.c6969 LSM_HOOK_INIT(file_mprotect, selinux_file_mprotect),