Home
last modified time | relevance | path

Searched refs:ima_file_mprotect (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dima.h22 extern int ima_file_mprotect(struct vm_area_struct *vma, unsigned long prot);
78 static inline int ima_file_mprotect(struct vm_area_struct *vma, in ima_file_mprotect() function
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_main.c414 int ima_file_mprotect(struct vm_area_struct *vma, unsigned long prot) in ima_file_mprotect() function
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c1530 return ima_file_mprotect(vma, prot); in security_file_mprotect()