函数逻辑报告 |
Source Code:security\selinux\avc.c |
Create Date:2022-07-27 20:17:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:avc_insert - Insert an AVC entry.*@ssid: source security identifier*@tsid: target security identifier*@tclass: target security class*@avd: resulting av decision*@xp_node: resulting extended permissions* Insert an AVC entry for the SID pair
函数原型:static struct avc_node *avc_insert(struct selinux_avc *avc, unsigned int ssid, unsigned int tsid, u16 tclass, struct av_decision *avd, struct avc_xperms_node *xp_node)
返回类型:struct avc_node
参数:
类型 | 参数 | 名称 |
---|---|---|
struct selinux_avc * | avc | |
unsigned int | ssid | |
unsigned int | tsid | |
u16 | tclass | |
struct av_decision * | avd | |
struct avc_xperms_node * | xp_node |
623 | 如果avc_latest_notif_update(avc, seqno, 1)则返回:NULL |
626 | node等于avc_alloc_node(avc) |
627 | 如果非node则返回:NULL |
631 | 如果avc_xperms_populate(node, xp_node)则 |
632 | avc_node_kill(avc, node) |
633 | 返回:NULL |
637 | head等于 head for avc_node->list [hvalue] |
638 | lock等于 lock for writes [hvalue] |
639 | spin_lock_irqsave(lock, flag) |
644 | avc_node_replace(avc, node, pos) |
645 | 转到:found |
648 | 添加哈希记录 |
649 | found : |
650 | spin_unlock_irqrestore(lock, flag) |
651 | 返回:node |
名称 | 描述 |
---|---|
avc_compute_av | Slow-path helper function for avc_has_perm_noaudit,* when the avc_node lookup fails |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |