__AUDIT_SIGNAL_INFO
Section: Audit Interfaces (9)
Updated: February 2011
Index
Return to Main Contents
 
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