函数逻辑报告 |
Source Code:security\apparmor\policy_unpack.c |
Create Date:2022-07-27 21:34:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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
函数原型:static bool unpack_trans_table(struct aa_ext *e, struct aa_profile *profile)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct aa_ext * | e | |
struct aa_profile * | profile |
485 | size等于unpack_array(e, NULL) |
497 | size2等于unpack_strdup(e, & str, NULL) |
505 | 如果Note: isspace() must return false for %NUL-terminator ( * str)则转到:fail |
515 | 如果str恒等于':'则 |
538 | 返回:1 |
540 | fail : |
543 | 返回:0 |
名称 | 描述 |
---|---|
unpack_profile | pack_profile - unpack a serialized profile*@e: serialized data extent information (NOT NULL)* NOTE: unpack profile sets audit struct if there is a failure |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |