From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: FW: I'd like to turn auditd off but... Date: Tue, 29 Nov 2011 11:29:28 -0500 Message-ID: <201111291129.28760.sgrubb@redhat.com> References: <6BE4AAFB10DD834E8F60D36312048EAA0191694F5F67@PDCPXMB003.asggroup.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <6BE4AAFB10DD834E8F60D36312048EAA0191694F5F67@PDCPXMB003.asggroup.com.au> 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 Thursday, November 24, 2011 08:28:49 PM Brian Ross wrote: > Further to this, I've just found out that auditd is logging it seems every > transaction that Oracle makes. I have found squillions of entries in the > log file for the oracle user "orpmpxgi". Is there any way to quickly stop > auditd logging for a particular user? If you are on RHEL4 or later, you can do something like this near the top of your rules: -a never,exit -F uid=orpmpxgi But that means you also won't get security relevant events either. -Steve