From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [RFC] SECMARK 1.1 Date: Sun, 14 May 2006 20:37:36 +0200 Message-ID: <446778F0.6000705@trash.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: selinux@tycho.nsa.gov, netdev@vger.kernel.org, netfilter-devel@lists.netfilter.org, Stephen Smalley , Daniel J Walsh , Karl MacMillan , "David S. Miller" , Thomas Bleher Return-path: Received: from stinky.trash.net ([213.144.137.162]:39374 "EHLO stinky.trash.net") by vger.kernel.org with ESMTP id S1751531AbWENShi (ORCPT ); Sun, 14 May 2006 14:37:38 -0400 To: James Morris In-Reply-To: Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org James Morris wrote: > @@ -135,6 +175,9 @@ static int __init xt_secmark_init(void) > { > int err; > > + if (tracking_enabled()) > + need_conntrack(); > + This will load the conntrack modules even if the track flag is not set. Wouldn't it be better to put everything related to connection marking in the CONNSECMARK target?