Function report |
Source Code:security\apparmor\domain.c |
Create Date:2022-07-28 19:51:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:x_table_lookup - lookup an x transition name via transition table*@profile: current profile (NOT NULL)*@xindex: index into x transition table*@name: returns: name tested to find label (NOT NULL)* Returns: refcounted label, or NULL on failure (MAYBE NULL)
Proto:struct aa_label *x_table_lookup(struct aa_profile *profile, unsigned int xindex, const char **name)
Type:struct aa_label
Parameter:
Type | Parameter | Name |
---|---|---|
struct aa_profile * | profile | |
unsigned int | xindex | |
const char ** | name |
508 | xtype = xindex & AA_X_TYPE_MASK |
519 | If xindex & make >AA_X_NONE apply to children Then |
523 | If new_profile Then label = label |
525 | Continue |
527 | label = aa_label_parse( & label, * name, GFP_KERNEL, true, false) |
535 | Return label |
Name | Describe |
---|---|
x_to_label | x_to_label - get target label for a given xindex*@profile: current profile (NOT NULL)*@bprm: binprm structure of transitioning task*@name: name to lookup (NOT NULL)*@xindex: index into x transition table*@lookupname: returns: name used in lookup if one |
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 |