From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: auditctl usage for filter lists: "user" , "watch" and "exclude" Date: Thu, 18 May 2006 11:58:43 -0400 Message-ID: <200605181158.43975.sgrubb@redhat.com> References: <446C8915.20606@us.ibm.com> <446C8BCC.1020002@us.ibm.com> <446C95BF.2020902@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <446C95BF.2020902@us.ibm.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 List-Id: linux-audit@redhat.com On Thursday 18 May 2006 11:41, Michael C Thompson wrote: > It also seems to be that: > > auditctl -a exclude,always -F msgtype=CWD > auditctl -a exclude,always -F msgtype=PATH > > and > > auditctl -a exclude,always -F msgtype=CWD -F msgtype=PATH > > do not work in the same way, This is true. The ones on the same line form an "and" expression. The ones on different lines form an "or" expression. -Steve