函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\auditsc.c Create Date:2022-07-27 12:31:53
Last Modify:2020-03-17 16:31:21 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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  写入审计信息
2566  audit_log_untrustedstring - log a string that may contain random characters*@ab: audit_buffer*@string: string to be logged* Same as audit_log_n_untrustedstring(), except that strlen is used to* determine string length.
2567  audit_log_d_path_exe(ab, mm)
调用者
名称描述
audit_core_dumpsaudit_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_seccompaudit_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