1AUDIT_ALLOC(9) Audit Interfaces AUDIT_ALLOC(9)
23
4
NAME
6audit_alloc - allocate an audit context block for a task
7
SYNOPSIS
9int audit_alloc(struct task_struct * tsk);
10
ARGUMENTS
12tsk
13task
14
DESCRIPTION
16Filter on the task information and allocate a per-task audit context if
17necessary. Doing so turns on system call auditing for the specified
18task. This is called from copy_process, so no lock is needed.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. November 2011 AUDIT_ALLOC(9)