audit_log_start(9) centos man page | unix.com

Man Page: audit_log_start

Operating Environment: centos

Section: 9

AUDIT_LOG_START(9)						 Audit Interfaces						AUDIT_LOG_START(9)

NAME
audit_log_start - obtain an audit buffer
SYNOPSIS
struct audit_buffer * audit_log_start(struct audit_context * ctx, gfp_t gfp_mask, int type);
ARGUMENTS
ctx audit_context (may be NULL) gfp_mask type of allocation type audit message type
DESCRIPTION
Returns audit_buffer pointer on success or NULL on error. Obtain an audit buffer. This routine does locking to obtain the audit buffer, but then no locking is required for calls to audit_log_*format. If the task (ctx) is a task that is currently in a syscall, then the syscall is marked as auditable and an audit record will be written at syscall exit. If there is no associated task, then task context (ctx) should be NULL.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 AUDIT_LOG_START(9)
Related Man Pages
audit_add_rule_data(3) - centos
audit_add_rule_data(3) - debian
audit_data(4) - x11r4
audit_data(4) - plan9
audit_data(4) - redhat
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Best performance UNIX just for HOST Virtualization?
CentOS 6 ran out of space, need to reclaim it
Controlling user input
[TIP] Processing YAML files with yq