函数逻辑报告 |
Source Code:kernel\audit.c |
Create Date:2022-07-27 12:25:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:audit_log_lost - conditionally log lost audit message event*@message: the message stating reason for lost audit message* Emit at least 1 message per second, even if audit_rate_check is* throttling.* Always increment the lost messages counter.
函数原型:void audit_log_lost(const char *message)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | message |
350 | last_msg等于0 |
351 | DEFINE_SPINLOCK(lock) |
360 | 如果非print则 |
361 | spin_lock_irqsave( & lock, flags) |
367 | spin_unlock_irqrestore( & lock, flags) |
370 | 如果print则 |
376 | audit_panic(message) |
名称 | 描述 |
---|---|
kauditd_hold_skb | kauditd_hold_skb - Queue an audit record, waiting for auditd*@skb: audit record* Description:* Queue the audit record, waiting for an instance of auditd. When this* function is called we haven't given up yet on sending the record, but things |
audit_log_start | 申请审计缓冲区 |
audit_expand | audit_expand - expand skb in the audit buffer*@ab: audit_buffer*@extra: space to add at tail of the skb* Returns 0 (no space) on failed expansion, or available space if* successful. |
audit_log_end | 发送审计信息,并释放缓冲区 |
audit_alloc | 安全审计 |
__audit_log_kern_module |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |