Function report |
Source Code:security\integrity\iint.c |
Create Date:2022-07-28 19:56:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:grity_kernel_read - read data from the file* This is a function for reading file content instead of kernel_read().* It does not perform locking checks to ensure it cannot be blocked.* It does not perform security checks because it is irrelevant for IMA.
Proto:int integrity_kernel_read(struct file *file, loff_t offset, void *addr, unsigned long count)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | file | |
loff_t | offset | |
void * | addr | |
unsigned long | count |
195 | If Not (f_mode & le is open for reading ) Then Return -EBADF |
203 | Return ret |
Name | Describe |
---|---|
ima_calc_file_hash_atfm | |
ima_calc_file_hash_tfm |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |