From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: hexified path in cwd audit message if dir no longer exists Date: Mon, 7 May 2007 13:49:22 -0400 Message-ID: <200705071349.22847.sgrubb@redhat.com> References: <200705050933.35557.sgrubb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: 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: paul moore Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Monday 07 May 2007 13:42, paul moore wrote: > Aha - it actually says "xxxx (deleted)". That's what I thought it would say. > Which is OK I guess. But I would have thought that the unstrusted string > routine would know that this is a string generated by the kernel audit > system and so not escape it Any space in a field value will cause parsing problems. That is the main reason its escaped. -Steve