From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Paris Subject: Re: RHEL4 panic when renaming with a watched file as the target Date: Mon, 05 Feb 2007 14:56:48 -0500 Message-ID: <1170705408.6447.81.camel@localhost.localdomain> References: <1170704720.6447.77.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1170704720.6447.77.camel@localhost.localdomain> 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 Cc: dwmw2@redhat.com List-Id: linux-audit@redhat.com On Mon, 2007-02-05 at 14:45 -0500, Eric Paris wrote: > Since the upstream filesystem auditing is different than RHEL4 this > problem (I believe) is RHEL4 specific. Lets assume I add the rule > > auditctl -w /tmp/watched_file > > then I run > > touch /tmp/unwatched_file > mv -f /tmp/watched_file *OBVIOUSLY* I meant to say mv -f /tmp/unwatched_file /tmp/watched_file -Eric