函数逻辑报告 | 
Source Code:security\integrity\ima\ima_appraise.c | 
Create Date:2022-07-27 22:06:17 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:ima_fix_xattr
函数原型:static int ima_fix_xattr(struct dentry *dentry, struct integrity_iint_cache *iint)
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct dentry * | dentry | |
| struct integrity_iint_cache * | iint | 
| 67 | 如果algo小于等于HASH_ALGO_SHA1则 | 
| 68 | offset等于1 | 
| 69 | type等于IMA_XATTR_DIGEST | 
| 70 | 否则 | 
| 75 | rc等于__vfs_setxattr_noperm(dentry, XATTR_NAME_IMA, & data[offset], (xattr的长度 - offset) + length, 0) | 
| 79 | 返回:rc | 
| 名称 | 描述 | 
|---|---|
| ima_appraise_measurement | ma_appraise_measurement - appraise file measurement* Call evm_verifyxattr() to verify the integrity of 'security.ima'.* Assuming success, compare the xattr hash with the collected measurement.* Return 0 on success, error code otherwise | 
| ima_update_xattr | ma_update_xattr - update 'security.ima' hash value | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |