Function report |
Source Code:security\apparmor\policy_unpack.c |
Create Date:2022-07-28 19:52:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:unpack_array
Proto:static size_t unpack_array(struct aa_ext *e, const char *name)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct aa_ext * | e | |
const char * | name |
359 | If Not st if read will be in packed data bounds Then Go to fail |
361 | size = le16_to_cpu(get value from possibly mis-aligned location((__le16 * )pointer to current position in the buffer )) |
363 | Return size |
366 | fail : |
368 | Return 0 |
Name | Describe |
---|---|
unpack_trans_table | pack_trans_table - unpack a profile transition table*@e: serialized data extent information (NOT NULL)*@profile: profile to add the accept table to (NOT NULL)* Returns: 1 if table successfully unpacked |
unpack_xattrs | |
unpack_secmark | |
unpack_rlimits |
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 |