From mboxrd@z Thu Jan 1 00:00:00 1970 From: ramsdell@mitre.org (John D. Ramsdell) Subject: Re: Clone and fcntl64 flags patch Date: 25 Jul 2007 07:49:32 -0400 Message-ID: References: <200707241736.46328.sgrubb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <200707241736.46328.sgrubb@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Steve Grubb Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com Steve Grubb writes: > It was doing: strncmp(sys, "fcntl", 5) == 0), which is not a full > string compare. I think this is correct. Yes. You are right. Sorry about that. John