Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:iint_free

Proto:static void iint_free(struct integrity_iint_cache *iint)

Type:void

Parameter:

TypeParameterName
struct integrity_iint_cache *iint
73  kfree(ima_hash)
74  ima_hash = NULL
75  rack inode changes = 0
76  flags = 0UL
77  atomic_flags = 0UL
78  ima_file_status = INTEGRITY_UNKNOWN
79  ima_mmap_status = INTEGRITY_UNKNOWN
80  ima_bprm_status = INTEGRITY_UNKNOWN
81  ima_read_status = INTEGRITY_UNKNOWN
82  ima_creds_status = INTEGRITY_UNKNOWN
83  evm_status = INTEGRITY_UNKNOWN
84  measured_pcrs = 0
85  kmem_cache_free(iint_cache, iint)
Caller
NameDescribe
integrity_inode_freegrity_inode_free - called on security_inode_free*@inode: pointer to the inode* Free the integrity information(iint) associated with an inode.