From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [patch 6/9] secmark: Add xtables SECMARK target Date: Fri, 09 Jun 2006 00:31:13 -0700 (PDT) Message-ID: <20060609.003113.98555720.davem@davemloft.net> References: <200606090520.k595KutY032098@shell0.pdx.osdl.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jmorris@namei.org Return-path: Received: from dsl027-180-168.sfo1.dsl.speakeasy.net ([216.27.180.168]:9624 "EHLO sunset.davemloft.net") by vger.kernel.org with ESMTP id S1751416AbWFIHb6 (ORCPT ); Fri, 9 Jun 2006 03:31:58 -0400 To: akpm@osdl.org In-Reply-To: <200606090520.k595KutY032098@shell0.pdx.osdl.net> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: akpm@osdl.org Date: Thu, 08 Jun 2006 22:20:56 -0700 > Add a SECMARK target to xtables, allowing the admin to apply security marks to > packets via both iptables and ip6tables. > > The target currently handles SELinux security marking, but can be extended > for other purposes as needed. > > Signed-off-by: James Morris > Signed-off-by: Andrew Morton Applied to net-2.6.18, thanks.