函数逻辑报告 |
Source Code:security\selinux\avc.c |
Create Date:2022-07-27 20:17:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:avc_latest_notif_update
函数原型:static int avc_latest_notif_update(struct selinux_avc *avc, int seqno, int is_insert)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct selinux_avc * | avc | |
int | seqno | |
int | is_insert |
574 | ret等于0 |
578 | spin_lock_irqsave( & notif_lock, flag) |
579 | 如果is_insert则 |
580 | 如果seqno小于 latest revocation notification 则 |
581 | 打印警告信息("SELinux: avc: seqno %d < latest_notif %d\n", seqno, latest revocation notification ) |
585 | 否则 |
589 | spin_unlock_irqrestore( & notif_lock, flag) |
591 | 返回:ret |
名称 | 描述 |
---|---|
avc_insert | 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 |
avc_ss_reset | avc_ss_reset - Flush the cache and revalidate migrated permissions.*@seqno: policy sequence number |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |