From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: aureport output Date: Fri, 2 Nov 2007 12:37:27 -0400 Message-ID: <200711021237.27283.sgrubb@redhat.com> References: <32451.72.245.24.113.1194020486.squirrel@aa.usno.navy.mil> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <32451.72.245.24.113.1194020486.squirrel@aa.usno.navy.mil> 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: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Friday 02 November 2007 12:21:26 pm Bill Tangren wrote: > Event Report > =========================== > # date time event type auid > =========================== > 1. 11/01/2007 12:00:00 AM 5844794 SYSCALL -1 The event report is to give you an idea about the distribution of events occurring on your system. In this case, its a syscall that is failing. To see the actual record, use "ausearch -ts 11/01/2007 12:00:00 -te 11/01/2007 12:00:01 -a 5844794 -i" -Steve