Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dlsm_hooks.h1608 int (*file_mprotect)(struct vm_area_struct *vma, unsigned long reqprot, member
1912 struct hlist_head file_mprotect; member
/Linux-v5.4/security/apparmor/
Dlsm.c1182 LSM_HOOK_INIT(file_mprotect, apparmor_file_mprotect),
/Linux-v5.4/security/
Dsecurity.c1464 return call_int_hook(file_mprotect, 0, vma, reqprot, prot); in security_file_mprotect()
/Linux-v5.4/security/selinux/
Dhooks.c6876 LSM_HOOK_INIT(file_mprotect, selinux_file_mprotect),