Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:posix_xattr_acl

Proto:int posix_xattr_acl(const char *xattr)

Type:int

Parameter:

TypeParameterName
const char *xattr
14  xattr_len = strlen - Find the length of a string*@s: The string to be sized
16  If strlen - Find the length of a string*@s: The string to be sized == xattr_len && strncmp(XATTR_NAME_POSIX_ACL_ACCESS, xattr, xattr_len) == 0 Then Return 1
19  If strlen - Find the length of a string*@s: The string to be sized == xattr_len && strncmp(XATTR_NAME_POSIX_ACL_DEFAULT, xattr, xattr_len) == 0 Then Return 1
22  Return 0
Caller
NameDescribe
evm_inode_post_setxattrvm_inode_post_setxattr - update 'security