From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Filtering out non-interactive users Date: Thu, 20 Jan 2011 14:28:22 -0500 Message-ID: <201101201428.23162.sgrubb@redhat.com> References: <20110114163701.GA31627@monolith> <201101161000.11655.sgrubb@redhat.com> <20110119140155.GA4133@monolith> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110119140155.GA4133@monolith> 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 Wednesday, January 19, 2011 09:01:55 am PJB wrote: > On Sun, Jan 16, 2011 at 10:00:11AM -0500, Steve Grubb [sgrubb@redhat.com] wrote: > > > > > Can someone point me to documentation/examples or help me out with > > > > > the proper syntax for setting up rules that will exclude the > > > > > background processes? We are using auditd 1.7.4 now and the 'auid' > > > > > filter above no longer does the job. I note that you say you are using 1.7.4. I tried to replicate the problem on a 686 VM. I got different results from you. #auditctl -a always,exit -S open -F success=0 -F auid!=4294967295 # auditctl -l LIST_RULES: exit,always success=0 auid!=-1 (0xffffffff) syscall=open So, then I started bisecting the code until found this commit: https://fedorahosted.org/audit/changeset/268 So, you would need audit version 1.7.13 or later. Please try again with a newer audit package. Sorry for speaking too soon. -Steve