From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] Add variadic-style alternative function for avc logging Date: Sun, 17 Sep 2006 10:19:04 -0400 Message-ID: <200609171019.04822.sgrubb@redhat.com> References: <1157769188.5649.57.camel@moss-huskies.epoch.ncsc.mil> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1157769188.5649.57.camel@moss-huskies.epoch.ncsc.mil> 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, ewalsh@tycho.nsa.gov List-Id: linux-audit@redhat.com On Friday 08 September 2006 22:33, Eamon Walsh wrote: > The attached patch adds a new function audit_log_user_avc_message_fmt > that behaves just like audit_log_user_avc_message, but takes a format > string and argument list instead of a fixed message string. Do you have examples of its use in real upstream code? I'm not opposed to this, but I've been able to add audit messages all over the place without duplicating the API with variadic functions. > If desired, I can send a patch to introduce this alternative for the > other calls as well. I'd rather not right now. Thanks, -Steve