函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\audit.c Create Date:2022-07-27 12:26:50
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:audit_log_task_info

函数原型:void audit_log_task_info(struct audit_buffer *ab)

返回类型:void

参数:

类型参数名称
struct audit_buffer *ab
2129  如果非ab则返回
2132  cred等于current_cred - Access the current task's subjective credentials* Access the subjective credentials of the current task. RCU-safe,* since nobody else can modify it.()
2133  tty等于audit_get_tty()
2134  写入审计信息
2151  audit_put_tty(tty)
2152  写入审计信息
2153  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.
2154  audit_log_d_path_exe(ab, mm)
2155  audit_log_task_context(ab)
调用者
名称描述
audit_log_feature_change
audit_log_path_deniedaudit_log_path_denied - report a path restriction denial*@type: audit message type (AUDIT_ANOM_LINK, AUDIT_ANOM_CREAT, etc)*@operation: specific operation name
audit_log_exit
ima_audit_measurement