函数逻辑报告 |
Source Code:security\apparmor\domain.c |
Create Date:2022-07-27 21:30:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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)
函数原型:struct aa_label *x_table_lookup(struct aa_profile *profile, unsigned int xindex, const char **name)
返回类型:struct aa_label
参数:
类型 | 参数 | 名称 |
---|---|---|
struct aa_profile * | profile | |
unsigned int | xindex | |
const char ** | name |
508 | xtype等于xindex按位与AA_X_TYPE_MASK |
519 | 如果xindex按位与make >AA_X_NONE apply to children 则 |
523 | 如果new_profile则label等于label |
525 | 继续下一循环 |
527 | label等于aa_label_parse( & label, * name, GFP_KERNEL, true, false) |
535 | 返回:label |
名称 | 描述 |
---|---|
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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |