Function report |
Source Code:security\apparmor\label.c |
Create Date:2022-07-28 19:54:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:struct aa_label *aa_label_merge(struct aa_label *a, struct aa_label *b, gfp_t gfp)
Type:struct aa_label
Parameter:
Type | Parameter | Name |
---|---|---|
struct aa_label * | a | |
struct aa_label * | b | |
gfp_t | gfp |
1207 | If Not label Then |
1221 | label_free_or_put_new(label, new) |
1222 | out : |
1223 | aa_put_label(a) |
1224 | aa_put_label(b) |
1227 | Return label |
Name | Describe |
---|---|
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 |
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 |