Function report |
Source Code:security\apparmor\lib.c |
Create Date:2022-07-28 19:50:57 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:aa_perms_accum - accumulate perms, masking off overlapping perms*@accum - perms struct to accumulate into*@addend - perms struct to add to @accum
Proto:void aa_perms_accum(struct aa_perms *accum, struct aa_perms *addend)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct aa_perms * | accum | |
| struct aa_perms * | addend |
| 375 | accumulates only used when ~allow & ~deny |= accumulates only used when ~allow & ~deny & ~allow & ~ explicit deny, or conflict if allow also set |
| 376 | set only when ~allow and ~deny |= set only when ~allow and ~deny & ~allow & ~ explicit deny, or conflict if allow also set |
| 378 | accumulates only used when ~allow & ~deny |= accumulates only used when ~allow & ~deny & ~allow & ~ explicit deny, or conflict if allow also set |
| Name | Describe |
|---|---|
| label_components_match | label_components_match - find perms for all subcomponents of a label*@profile: profile to find perms for*@label: label to check access permissions for*@stack: whether this is a stacking request*@start: state to start match in*@subns: whether to do |
| label_components_match | label_components_match - find perms for all subcomponents of a label*@profile: profile to find perms for*@label: label to check access permissions for*@start: state to start match in*@subns: whether to do permission checks on components in a |
| 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 |