Function report |
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 activity | Download SCCT | Chinese |
Name:posix_xattr_acl
Proto:int posix_xattr_acl(const char *xattr)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | xattr |
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 |
Name | Describe |
---|---|
evm_inode_post_setxattr | vm_inode_post_setxattr - update 'security |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |