From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Events per System Call Date: Mon, 16 Aug 2010 20:46:12 -0400 Message-ID: <201008162046.12888.sgrubb@redhat.com> 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 List-Id: linux-audit@redhat.com On Monday, August 16, 2010 05:38:52 pm Basim Baig wrote: > It would be really helpful to know if the number of events generated per > system call change or do they stay the same. As your data suggests, there can be several different records per event depending on what its trying to tell you. They all end with an AUDIT_EOE record. Auditd strips this off to save disk space, but live events have it. -Steve