1AUDIT_LOG_FORMAT(9)            Audit Interfaces            AUDIT_LOG_FORMAT(9)
2
3
4

NAME

6       audit_log_format - format a message into the audit buffer.
7

SYNOPSIS

9       void audit_log_format(struct audit_buffer * ab, const char * fmt, ...);
10

ARGUMENTS

12       ab
13           audit_buffer
14
15       fmt
16           format string @...: optional parameters matching fmt string
17
18       ...
19           variable arguments
20

DESCRIPTION

22       All the work is done in audit_log_vformat.
23
25Kernel Hackers Manual 3.10         June 2019               AUDIT_LOG_FORMAT(9)
Impressum