From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: audit a process that disappears Date: Tue, 9 Nov 2010 12:47:05 -0500 Message-ID: <201011091247.06152.sgrubb@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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 List-Id: linux-audit@redhat.com On Tuesday, November 09, 2010 08:25:07 am ESGLinux wrote: > it=B4s like anybody outside the process gives a kill to it. There are 2 other possibilities and that is that it terminates abnormally o= r that it = "ends". = > My question is with audit rules I can get any information about what is > happening with this process. > = > something like this: > = > -a entry,always -F pid=3D32179 -S all -k TOMCAT_JAVA > = > (pid=3D32179 is the pid of the process) You should be able to get something. You would probably just need the "kill= ", "exit", = and "exit_group" syscalls. -Steve