1__AUDIT_SIGNAL_INFO(9) Audit Interfaces __AUDIT_SIGNAL_INFO(9)
23
4
NAME
6__audit_signal_info - record signal info for shutting down audit
7subsystem
8
SYNOPSIS
10int __audit_signal_info(int sig, struct task_struct * t);
11
ARGUMENTS
13sig
14signal value
1516
t
17task being signaled
18
DESCRIPTION
20If the audit subsystem is being terminated, record the task (pid) and
21uid that is doing that.
22
COPYRIGHT
24Kernel Hackers Manual 2.6. November 2011 __AUDIT_SIGNAL_INFO(9)