From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH -v3] Audit: add uid, loginuid, and comm to OBJ_PID records Date: Wed, 19 Dec 2007 13:04:39 -0500 Message-ID: <200712191304.39799.sgrubb@redhat.com> References: <1197497273.3005.37.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1197497273.3005.37.camel@localhost.localdomain> 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: Eric Paris Cc: linux-audit List-Id: linux-audit@redhat.com On Wednesday 12 December 2007 17:07:53 Eric Paris wrote: > Add uid, loginuid, and comm collection to OBJ_PID records. =C2=A0This j= ust > gives users a little more information about the task that received a > signal. =C2=A0pid is rather meaningless after the fact, and even though= comm > isn't great we can't collect exe reasonably on this code path for > performance reasons. Review of this patch looks good. ACK. -Steve