From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: audit 1.2.2 released Date: Wed, 17 May 2006 17:55:20 -0400 Message-ID: <200605171755.20994.sgrubb@redhat.com> References: <200605121726.32952.sgrubb@redhat.com> <200605171723.25311.sgrubb@redhat.com> <446B98EE.2050903@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <446B98EE.2050903@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: Michael C Thompson Cc: Linux Audit List-Id: linux-audit@redhat.com On Wednesday 17 May 2006 17:43, Michael C Thompson wrote: > # auditctl -a entry,always -S chmod -F "watch=/root/file" > -F unknown field: watch=/root/file Ok, I misread what you were reporting...sorry. It is like this: auditctl -a exit,always -S chmod -F path=/root/file Must be exit list and use path not watch. -Steve