函数逻辑报告 |
Source Code:security\apparmor\label.c |
Create Date:2022-07-27 21:45:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:aa_label_merge - attempt to insert new merged label of @a and @b*@ls: set of labels to insert label into (NOT NULL)*@a: label to merge with @b (NOT NULL)*@b: label to merge with @a (NOT NULL)*@gfp: memory allocation type* Requires: caller to hold valid
函数原型:struct aa_label *aa_label_merge(struct aa_label *a, struct aa_label *b, gfp_t gfp)
返回类型:struct aa_label
参数:
类型 | 参数 | 名称 |
---|---|---|
struct aa_label * | a | |
struct aa_label * | b | |
gfp_t | gfp |
1207 | 如果非label则 |
1221 | label_free_or_put_new(label, new) |
1222 | out : |
1223 | aa_put_label(a) |
1224 | aa_put_label(b) |
1227 | 返回:label |
名称 | 描述 |
---|---|
aa_change_profile | aa_change_profile - perform a one-way profile transition*@fqname: name of profile may include namespace (NOT NULL)*@onexec: whether this transition is to take place immediately or at exec*@flags: flags affecting change behavior |
update_file_ctx | |
handle_onexec | sure none ns domain transitions are correctly applied with onexec |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |