Searched refs:ima_file_mprotect (Results 1 – 3 of 3) sorted by relevance
26 extern int ima_file_mprotect(struct vm_area_struct *vma, unsigned long prot);86 static inline int ima_file_mprotect(struct vm_area_struct *vma, in ima_file_mprotect() function
459 * ima_file_mprotect - based on policy, limit mprotect change471 int ima_file_mprotect(struct vm_area_struct *vma, unsigned long prot) in ima_file_mprotect() 468 int ima_file_mprotect(struct vm_area_struct *vma, unsigned long prot) ima_file_mprotect() function
2756 return ima_file_mprotect(vma, prot); in security_file_mprotect()