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: Tue, 24 Jul 2007 17:30:31 -0400 Message-ID: <200707241730.32082.sgrubb@redhat.com> References: <200707231556.12993.sgrubb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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 Tuesday 24 July 2007 08:06:44 am John D. Ramsdell wrote: > Also, I notice that in > just one message, the msg field value does not end with a colon: > > type=DAEMON_START msg=audit(1185203485.586:824) auditd start, ver=1.5.5, > format=raw, auid=500 pid=24638 res=success, auditd pid=24638 Actually, it looks like all the DAEMON_ records are missing a ':' after the timestamp. The parsers are not exactly looking for it, but I'll add it for consistency. -Steve