Function report |
Source Code:security\apparmor\label.c |
Create Date:2022-07-28 19:54:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__proxy_share
Proto:static void __proxy_share(struct aa_label *old, struct aa_label *new)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct aa_label * | old | |
struct aa_label * | new |
92 | proxy = aa_get_proxy(proxy) |
94 | aa_put_proxy(proxy) |
Name | Describe |
---|---|
__label_insert | __label_insert - attempt to insert @l into a label set*@ls: set of labels to insert @l into (NOT NULL)*@label: new label to insert (NOT NULL)*@replace: whether insertion should replace existing entry that is not stale* Requires: @ls->lock* caller to hold |
aa_label_replace | aa_label_replace - replace a label @old with a new version @new*@old: label to replace*@new: label replacing @old* Returns: true if @old was in tree and replaced* else @old was not in tree, and @new was not inserted |
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 |