From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] IPC_SET_PERM cleanup Date: Tue, 9 May 2006 11:07:33 -0400 Message-ID: <200605091107.33609.sgrubb@redhat.com> References: <445BB351.2040303@hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <445BB351.2040303@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 List-Id: linux-audit@redhat.com On Friday 05 May 2006 16:19, Linda Knippers wrote: > @@ -684,21 +684,10 @@ static void audit_log_exit(struct audit_ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 case AUDIT_IPC_SET_PERM: { > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 struct audit_aux_data_i= pcctl *axi =3D (void *)aux; > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 audit_log_format(ab, > - =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 " new qby= tes=3D%lx new iuid=3D%u new igid=3D%u new mode=3D%x",=20 > + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 "new_qbyt= es=3D%lx new_iuid=3D%u new_igid=3D%u new_mode=3D%x", Please revert this chunk. -Steve