From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Should open syscall records occur without a path record? Date: Mon, 23 Jul 2007 15:56:12 -0400 Message-ID: <200707231556.12993.sgrubb@redhat.com> References: <200707231500.21392.sgrubb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: "John D. Ramsdell" Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Monday 23 July 2007 15:41:31 John D. Ramsdell wrote: > I bet > I can quickly write some script that interchanges adjacent audit > records that are out of order in the raw logs, so as to allow me to > proceed. =A0If someone else has a record sorter, please send it along. setroubleshoot is written in python and it sorts its input stream to solv= e=20 this in the mean time. You might look there for some example code. -Steve