函数逻辑报告 |
Source Code:kernel\auditsc.c |
Create Date:2022-07-27 12:31:53 |
Last Modify:2020-03-17 16:31:21 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:audit_log_task
函数原型:static void audit_log_task(struct audit_buffer *ab)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct audit_buffer * | ab |
2555 | auid等于audit_get_loginuid(当前进程) |
2556 | sessionid等于audit_get_sessionid(当前进程) |
2557 | current_uid_gid( & uid, & gid) |
2559 | 写入审计信息 |
2564 | audit_log_task_context(ab) |
2565 | 写入审计信息 |
2567 | audit_log_d_path_exe(ab, mm) |
名称 | 描述 |
---|---|
audit_core_dumps | audit_core_dumps - record information about processes that end abnormally*@signr: signal value* If a process ends with a core dump, something fishy is going on and we* should record the event for investigation. |
audit_seccomp | audit_seccomp - record information about a seccomp action*@syscall: syscall number*@signr: signal value*@code: the seccomp action* Record the information associated with a seccomp action. Event filtering for |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |