Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:security_inode_removexattr

Proto:int security_inode_removexattr(struct dentry *dentry, const char *name)

Type:int

Parameter:

TypeParameterName
struct dentry *dentry
const char *name
1276  If Value for the false possibility is greater at compile time(IS_PRIVATE(d_backing_inode - Get upper or lower inode we should be using*@upper: The upper layer* This is the helper that should be used to get at the inode that will be used* if this dentry were to be opened as a file. The inode may be on the upper)) Then Return 0
1282  ret = call_int_hook(inode_removexattr, 1, dentry, name)
1283  If ret == 1 Then ret = ap_inode_removexattr - Determine whether an xattr may be removed*@dentry: The inode/dentry being altered*@name: The name of the xattr to be changed* Determine whether an xattr may be removed from an inode, returning 0 if
1285  If ret Then Return ret
1287  ret = ima_inode_removexattr(dentry, name)
1288  If ret Then Return ret
1290  Return evm_inode_removexattr(dentry, name)