table of contents
__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¶
tsk
task whose audit context block to free
DESCRIPTION¶
Called from copy_process and do_exit
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |