From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: audit-ptrace patch (untested) Date: Tue, 13 Mar 2007 23:06:03 -0400 Message-ID: <200703132306.03745.sgrubb@redhat.com> References: <20070305145025.GC19390@devserv.devel.redhat.com> <20070312122055.GC12417@devserv.devel.redhat.com> <20070313190046.GA18105@fc.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20070313190046.GA18105@fc.hp.com> 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: linux-audit@redhat.com Cc: James Morris , Eric Paris List-Id: linux-audit@redhat.com On Tuesday 13 March 2007 15:00:46 Amy Griffis wrote: > Why did you choose to do the sid to string conversion at collection > time, rather than waiting for audit_log_exit? =C2=A0In other code like = this > we've been delaying the memory alloc until logging, in case we never > need it. Yeah I agree. We were waiting until the end to do the conversion in case = we=20 ultimately didn't need the string. -Steve