'\" t .\" Title: audit_signal_info .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: June 2017 .\" Manual: Audit Interfaces .\" Source: Kernel Hackers Manual 4.11.3 .\" Language: English .\" .TH "AUDIT_SIGNAL_INFO" "9" "June 2017" "Kernel Hackers Manual 4\&.11\&" "Audit Interfaces" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" audit_signal_info \- record signal info for shutting down audit subsystem .SH "SYNOPSIS" .HP \w'int\ audit_signal_info('u .BI "int audit_signal_info(int\ " "sig" ", struct\ task_struct\ *\ " "t" ");" .SH "ARGUMENTS" .PP \fIint sig\fR .RS 4 signal value .RE .PP \fIstruct task_struct * t\fR .RS 4 task being signaled .RE .SH "DESCRIPTION" .PP If the audit subsystem is being terminated, record the task (pid) and uid that is doing that\&. .SH "COPYRIGHT" .br