From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hassan Sultan" Subject: auditing of process exit Date: Sat, 13 Dec 2014 19:26:09 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed"; DelSp="yes" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (ext-mx13.extmail.prod.ext.phx2.redhat.com [10.5.110.18]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sBE3QC5W020275 for ; Sat, 13 Dec 2014 22:26:12 -0500 Received: from homiemail-a47.g.dreamhost.com (sub5.mail.dreamhost.com [208.113.200.129]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBE3QAHq017056 for ; Sat, 13 Dec 2014 22:26:11 -0500 Received: from homiemail-a47.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a47.g.dreamhost.com (Postfix) with ESMTP id 47FCA28405B for ; Sat, 13 Dec 2014 19:26:10 -0800 (PST) Received: from win8mac (unknown [23.252.61.230]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: hsultan@thefroid.net) by homiemail-a47.g.dreamhost.com (Postfix) with ESMTPSA id 202C5284058 for ; Sat, 13 Dec 2014 19:26:10 -0800 (PST) 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 List-Id: linux-audit@redhat.com Hi, 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. I tried the syscall route, using the exit syscall, however this does not seem to work, maybe because it logs on exit of the syscall and that call never returns ? How can I get a log of all processes exiting then ? Thanks, Hassan