Searched refs:ima_post_read_file (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | ima.h | 29 extern int ima_post_read_file(struct file *file, void *buf, loff_t size, 104 static inline int ima_post_read_file(struct file *file, void *buf, loff_t size, in ima_post_read_file() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ima.h | 32 extern int ima_post_read_file(struct file *file, void *buf, loff_t size, 110 static inline int ima_post_read_file(struct file *file, void *buf, loff_t size, in ima_post_read_file() function
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_main.c | 637 * @contents: whether a subsequent call will be made to ima_post_read_file() 660 * There will be a call made to ima_post_read_file() with in ima_read_file() 683 * ima_post_read_file - in memory collect/appraise/audit measurement 695 int ima_post_read_file(struct file *file, void *buf, loff_t size, in ima_post_read_file() function
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_main.c | 746 * @contents: whether a subsequent call will be made to ima_post_read_file() 769 * There will be a call made to ima_post_read_file() with in ima_read_file() 792 * ima_post_read_file - in memory collect/appraise/audit measurement 804 int ima_post_read_file(struct file *file, void *buf, loff_t size, in ima_post_read_file() function
|
/kernel/linux/linux-5.10/security/ |
H A D | security.c | 1730 return ima_post_read_file(file, buf, size, id); in security_kernel_post_read_file()
|
/kernel/linux/linux-6.6/security/ |
H A D | security.c | 3099 return ima_post_read_file(file, buf, size, id); in security_kernel_post_read_file()
|
Completed in 16 milliseconds