table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
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¶
abaudit_buffer
fmt
format string @...: optional parameters
matching fmt string
...
variable arguments
DESCRIPTION¶
All the work is done in audit_log_vformat.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |