'\" t .\" Title: audit_log .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Audit Interfaces .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "AUDIT_LOG" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Audit Interfaces" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" audit_log \- Log an audit record .SH "SYNOPSIS" .HP \w'void\ audit_log('u .BI "void audit_log(struct\ audit_context\ *\ " "ctx" ", gfp_t\ " "gfp_mask" ", int\ " "type" ", const\ char\ *\ " "fmt" ", " "\&.\&.\&." ");" .SH "ARGUMENTS" .PP \fIctx\fR .RS 4 audit context .RE .PP \fIgfp_mask\fR .RS 4 type of allocation .RE .PP \fItype\fR .RS 4 audit message type .RE .PP \fIfmt\fR .RS 4 format string to use @\&.\&.\&.: variable parameters matching the format string .RE .PP \fI\&.\&.\&.\fR .RS 4 variable arguments .RE .SH "DESCRIPTION" .PP This is a convenience function that calls audit_log_start, audit_log_vformat, and audit_log_end\&. It may be called in any context\&. .SH "COPYRIGHT" .br