From mboxrd@z Thu Jan 1 00:00:00 1970 From: "paul moore" Subject: RE: hexified path in cwd audit message if dir no longer exists Date: Mon, 7 May 2007 09:48:15 -0700 Message-ID: References: <200705050933.35557.sgrubb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Message-ID: <000001c790c7$82439fb0$656fa8c0@centrify.com> In-Reply-To: <200705050933.35557.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' , linux-audit@redhat.com List-Id: linux-audit@redhat.com No - since I was not running auditd it didn't get written in user space. But the clip I show is directly from the audit buffer returned by audit_get_reply (I poked the \0 onto the end of the buffer) audit(1178324383.479:1566): cwd=2F70726F632F35373336202864656C6574656429\000 -----Original Message----- From: Steve Grubb [mailto:sgrubb@redhat.com] Sent: Saturday, May 05, 2007 6:34 AM To: linux-audit@redhat.com Cc: paul moore Subject: Re: hexified path in cwd audit message if dir no longer exists On Friday 04 May 2007 20:47:19 paul moore wrote: > Occasiaonally I get a CWD audit message that has a hexified path in it. > Like this > > $1 = "audit(1178324383.479:1566): > cwd=2F70726F632F35373336202864656C6574656429\000 > This is "/proc/5736" Could you tell me what you get when you pull this event's record out with ausearch -i ? -Steve