table of contents
other versions
__AUDIT_FREE(9) | Audit Interfaces | __AUDIT_FREE(9) |
NAME¶
__audit_free - free a per-task audit context
SYNOPSIS¶
void __audit_free(struct task_struct * tsk);
ARGUMENTS¶
struct task_struct * tsk
task whose audit context block to free
DESCRIPTION¶
Called from copy_process and do_exit
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |