Searched refs:ima_post_read_file (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/include/linux/ |
D | ima.h | 31 extern int ima_post_read_file(struct file *file, void *buf, loff_t size, 108 static inline int ima_post_read_file(struct file *file, void *buf, loff_t size, in ima_post_read_file() function
|
/Linux-v6.1/security/integrity/ima/ |
D | ima_main.c | 759 int ima_post_read_file(struct file *file, void *buf, loff_t size, in ima_post_read_file() function
|
/Linux-v6.1/security/ |
D | security.c | 1768 return ima_post_read_file(file, buf, size, id); in security_kernel_post_read_file()
|