Scroll to navigation

AUDIT_LOG_FORMAT(9) Audit Interfaces AUDIT_LOG_FORMAT(9)

NAME

audit_log_format - format a message into the audit buffer.

SYNOPSIS

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

ARGUMENTS

struct audit_buffer * ab
audit_buffer

const char * fmt

format string

...

optional parameters matching fmt string

DESCRIPTION

All the work is done in audit_log_vformat.

COPYRIGHT

July 2017 Kernel Hackers Manual 4.11