From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Possible regression Date: Thu, 2 Jun 2011 09:59:02 -0400 Message-ID: <201106020959.02434.sgrubb@redhat.com> References: <201106020921.17388.sgrubb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: 4javier <4javiereg4@gmail.com>, linux-audit@redhat.com List-Id: linux-audit@redhat.com On Thursday, June 02, 2011 09:45:38 AM you wrote: > you're right...sorry for my fault... > I didn't use the -a switch. I read the man, but I cannot understand how > this settings is able to fix the problem with O_CREAT. > Could you explain that to me, please? As far as I know, the problem was fixed in 2006 and there has been no regression. The - w command is translated into -a always,exit -F path= under the hood. Its been this way since watches were deprecated around 2005/2006. How were you testing? You might have found a bug and I just don't know how to reproduce it. -Steve