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_key

Proto:void audit_log_key(struct audit_buffer *ab, char *key)

Type:void

Parameter:

TypeParameterName
struct audit_buffer *ab
char *key
2052  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.
2053  If key Then 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.
2055  Else 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_rule_changeLog rule additions and removals
audit_log_exit
audit_watch_log_rule_change
audit_mark_log_rule_change
audit_tree_log_remove_rule