函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\integrity\ima\ima_main.c Create Date:2022-07-27 21:59:44
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:ma_post_path_mknod - mark as a new inode*@dentry: newly created dentry* Mark files created via the mknodat syscall as new, so that the* file data can be written later.

函数原型:void ima_post_path_mknod(struct dentry *dentry)

返回类型:void

参数:

类型参数名称
struct dentry *dentry
485  inode等于 Where the name belongs to - NULL is * negative
488  must_appraise等于ma_must_appraise - set appraise flag* Return 1 to appraise or hash
489  如果非must_appraise则返回
493  iint等于grity_inode_get - find or allocate an iint associated with an inode*@inode: pointer to the inode*@return: allocated iint* Caller must lock i_mutex
494  如果非iint则返回
498  flags或等于IMA_NEW_FILE