Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\integrity\ima\ima_main.c Create Date:2022-07-28 19:58:16
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ma_file_free - called on __fput()*@file: pointer to file structure being freed* Flag files that changed, based on i_version

Proto:void ima_file_free(struct file *file)

Type:void

Parameter:

TypeParameterName
struct file *file
179  inode = file_inode(file)
182  If Not current content of the policy || Not S_ISREG(i_mode) Then Return
185  iint = grity_iint_find - return the iint associated with an inode
186  If Not iint Then Return
189  ima_check_last_writer(iint, inode, file)