table of contents
__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¶
sig
signal value
t
task being signaled
DESCRIPTION¶
If the audit subsystem is being terminated, record the task (pid) and uid that is doing that.
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |