函数逻辑报告 |
Source Code:security\apparmor\lib.c |
Create Date:2022-07-27 21:27:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:aa_splitn_fqname
函数原型:const char *aa_splitn_fqname(const char *fqname, size_t n, const char **ns_name, size_t *ns_len)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | fqname | |
size_t | n | |
const char ** | ns_name | |
size_t * | ns_len |
87 | name等于skipn_spaces - Removes leading whitespace from @str.*@str: The string to be stripped.* Returns a pointer to the first non-whitespace character in @str.* if all whitespace will return NULL |
89 | * ns_name = NULL |
90 | ns_len等于0 |
92 | 如果非name则返回:NULL |
95 | 如果name[0]恒等于':'则 |
97 | ns_name等于skipn_spaces - Removes leading whitespace from @str.*@str: The string to be stripped.* Returns a pointer to the first non-whitespace character in @str.* if all whitespace will return NULL |
98 | 如果非ns_name则返回:NULL |
100 | 如果split则 |
104 | split自加 |
108 | 否则 |
117 | 返回:name |
名称 | 描述 |
---|---|
aa_fqlookupn_profile | |
aa_remove_profiles | aa_remove_profiles - remove profile(s) from the system*@policy_ns: namespace the remove is being done from*@subj: label attempting to remove policy*@fqname: name of the profile or namespace to remove (NOT NULL)*@size: size of the name* Remove a profile or |
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 插件可实现:逻辑报告 代码生成和批量转换代码 |