audit_log(9) centos man page | unix.com

Man Page: audit_log

Operating Environment: centos

Section: 9

AUDIT_LOG(9)							 Audit Interfaces						      AUDIT_LOG(9)

NAME
audit_log - Log an audit record
SYNOPSIS
void audit_log(struct audit_context * ctx, gfp_t gfp_mask, int type, const char * fmt, ...);
ARGUMENTS
ctx audit context gfp_mask type of allocation type audit message type fmt format string to use @...: variable parameters matching the format string ... variable arguments
DESCRIPTION
This is a convenience function that calls audit_log_start, audit_log_vformat, and audit_log_end. It may be called in any context.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 AUDIT_LOG(9)
Related Man Pages
call_usermodehelper_setup(9) - centos
audgenl(3) - osf1
hx509_print_stdout(3) - freebsd
hx509_validate_ctx_add_flags(3) - freebsd
hx509_validate_ctx_set_print(3) - freebsd
Similar Topics in the Unix Linux Community
Security Audit logging
How to view audit logs in Solaris?
Help to create audit log while firing 'rm' command
Configuring 'auditd' service to not store the audit logs in /var partition
How can i enable audit logs for global zone and standard zones?