From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] Add xfrm policy change auditing to pfkey_spdget Date: Wed, 07 Mar 2007 16:07:40 -0800 (PST) Message-ID: <20070307.160740.77057241.davem@davemloft.net> References: <1172861484.31047.26.camel@localhost.localdomain> <20070307.154316.68038380.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, jmorris@namei.org, vyekkirala@trustedcs.com, cxzhang@watson.ibm.com, sds@tycho.nsa.gov To: eparis@parisplace.org Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:37285 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S2992789AbXCHAHm (ORCPT ); Wed, 7 Mar 2007 19:07:42 -0500 In-Reply-To: <20070307.154316.68038380.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: David Miller Date: Wed, 07 Mar 2007 15:43:16 -0800 (PST) > From: Eric Paris > Date: Fri, 02 Mar 2007 13:51:24 -0500 > > > pfkey_spdget neither had an LSM security hook nor auditing for the > > removal of xfrm_policy structs. The security hook was added when it was > > moved into xfrm_policy_byid instead of the callers to that function by > > my earlier patch and this patch adds the auditing hooks as well. > > > > Signed-off-by: Eric Paris > > Applied. This patch was missing an openning brace on the "if (delete)" line. Eric you don't post patches without at least compile testing them now do you? :-) I fixed this up, but I will just kick it back to you next time, and I will likely growl very loudly in your general direction too. ;)