Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\audit.c Create Date:2022-07-28 11:23:44
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:audit_log_session_info

Proto:void audit_log_session_info(struct audit_buffer *ab)

Type:void

Parameter:

TypeParameterName
struct audit_buffer *ab
2044  sessionid = audit_get_sessionid(current process)
2045  auid = m_kuid - Create a uid from a kuid user-namespace pair.*@targ: The user namespace we want a uid in.*@kuid: The kernel internal uid to start with.* Map @kuid into the user-namespace specified by @targ and* return the resulting uid.
2047  audit_log_format - format a message into the audit buffer.*@ab: audit_buffer*@fmt: format string*@...: optional parameters matching @fmt string* All the work is done in audit_log_vformat.
Caller
NameDescribe
audit_log_config_change
audit_log_common_recv_msg
audit_log_rule_changeLog rule additions and removals
audit_watch_log_rule_change
audit_mark_log_rule_change