1. NAME

audit_core_dumps - record information about processes that end abnormally

2. SYNOPSIS

void audit_core_dumps(long  signr );

3. ARGUMENTS

signr
    signal value

4. DESCRIPTION

If a process ends with a core dump, something fishy is going on and we should record the event for investigation.

5. COPYRIGHT