From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: no logging of successful events? Date: Mon, 18 Aug 2008 15:18:34 -0400 Message-ID: <200808181518.34373.sgrubb@redhat.com> References: <1219086574.6522.8.camel@orpheus.clinicomp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1219086574.6522.8.camel@orpheus.clinicomp.com> 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 Cc: Brian LaMere List-Id: linux-audit@redhat.com On Monday 18 August 2008 15:09:34 Brian LaMere wrote: > So...why is it that "LIST_RULES: exit,always success!=0 syscall=open" > doesn't disregard the successful calls? Because that means log the successful calls. If you only want the unsuccessful calls, I'd suggest success = 0. Its easy to confuse the success field with exits codes which return 0 for success. This question pops up every now and again. :) -Steve