Record signal info for shutting down audit subsystem
int __audit_signal_info(int sig, struct task_struct * t);
sig
signal value
t
task being signaled
If the audit subsystem is being terminated, record the task (pid) and uid that is doing that.