From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] Audit of POSIX Message Queue Syscalls Date: Wed, 17 May 2006 14:11:33 -0400 Message-ID: <200605171411.34016.sgrubb@redhat.com> References: <20060517014055.GA16852@us.ibm.com> <200605170934.46091.sgrubb@redhat.com> <20060517163928.GA30925@zk3.dec.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20060517163928.GA30925@zk3.dec.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 Wednesday 17 May 2006 12:39, Amy Griffis wrote: > Looking through the code, I see that audit_getname, audit_inode and > friends do both checks, while the other aux data collectors only check > !context. =A0Looks like someone should add the second check for those > also (except maybe audit_avc_path). =A0 I think this was going to be done when the hook functions were changed to= an=20 inline function that checks if audit is enabled before doing the real=20 function call. > IIRC, we want the avc path records even when syscall auditing is disabl= ed. True. -Steve