From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: auditing of process exit Date: Mon, 15 Dec 2014 07:58:17 -0500 Message-ID: <20269210.uGNGHzeIdA@x2> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com Cc: Hassan Sultan List-Id: linux-audit@redhat.com On Saturday, December 13, 2014 07:26:09 PM Hassan Sultan wrote: > I can't figure out how to get audit log entries for process termination. > > Abnormal process termination auditing occurs, however for NORMAL process > termination, I can't find anything. Programs typically call exit_group(2) which terminates all threads. -Steve