Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:vm_inode_post_setxattr - update 'security

Proto:void evm_inode_post_setxattr(struct dentry *dentry, const char *xattr_name, const void *xattr_value, size_t xattr_value_len)

Type:void

Parameter:

TypeParameterName
struct dentry *dentry
const char *xattr_name
const void *xattr_value
size_txattr_value_len
437  If Not evm_key_loaded() || Not evm_protected_xattr(xattr_name) && Not posix_xattr_acl(xattr_name) Then Return
441  evm_reset_status( Where the name belongs to - NULL is * negative )
443  evm_update_evmxattr(dentry, xattr_name, xattr_value, xattr_value_len)