1AUDIT_LOG_FORMAT(9) Audit Interfaces AUDIT_LOG_FORMAT(9)
23
4
NAME
6audit_log_format - format a message into the audit buffer.
7
SYNOPSIS
9void audit_log_format(struct audit_buffer * ab, const char * fmt, ...);
10
ARGUMENTS
12ab
13audit_buffer
1415
fmt
16format string @...: optional parameters matching fmt string
1718
...
19variable arguments
20
DESCRIPTION
22All the work is done in audit_log_vformat.
23
COPYRIGHT
25Kernel Hackers Manual 2.6. June 2019 AUDIT_LOG_FORMAT(9)