函数逻辑报告 |
Source Code:security\apparmor\secid.c |
Create Date:2022-07-27 21:41:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:aa_alloc_secid - allocate a new secid for a profile*@label: the label to allocate a secid for*@gfp: memory allocation flags* Returns: 0 with @label->secid initialized* <0 returns error with @label->secid set to AA_SECID_INVALID
函数原型:int aa_alloc_secid(struct aa_label *label, gfp_t gfp)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct aa_label * | label | |
gfp_t | gfp |
130 | spin_lock_irqsave( & secid_lock, flags) |
132 | spin_unlock_irqrestore( & secid_lock, flags) |
135 | 如果ret小于0则 |
137 | 返回:ret |
142 | 返回:0 |
名称 | 描述 |
---|---|
aa_label_init |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |