table of contents
other versions
AUDIT_SIGNAL_INFO(9) | Audit Interfaces | AUDIT_SIGNAL_INFO(9) |
NAME¶
audit_signal_info - record signal info for shutting down audit subsystem
SYNOPSIS¶
int audit_signal_info(int sig, struct task_struct * t);
ARGUMENTS¶
int sig
signal value
struct task_struct * t
task being signaled
DESCRIPTION¶
If the audit subsystem is being terminated, record the task (pid) and uid that is doing that.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |