From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mr Dash Four Subject: [PATCH 3/4] AUDIT: modify Kconfig to enable build in 2.6.35.13-91 kernel Date: Thu, 26 May 2011 00:43:08 +0100 Message-ID: <4DDD940C.9080104@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (ext-mx14.extmail.prod.ext.phx2.redhat.com [10.5.110.19]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p4PNhCeQ016917 for ; Wed, 25 May 2011 19:43:12 -0400 Received: from mail-ww0-f46.google.com (mail-ww0-f46.google.com [74.125.82.46]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4PNhAOO022806 for ; Wed, 25 May 2011 19:43:10 -0400 Received: by wwb28 with SMTP id 28so126777wwb.27 for ; Wed, 25 May 2011 16:43:10 -0700 (PDT) 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 List-Id: linux-audit@redhat.com Modify Kconfig to enable .config options during oldconfig and menuconfig Signed-off-by: Mr Dash Four --- net/netfilter/Kconfig | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 8593a77..e0add10 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -347,6 +347,16 @@ config NETFILTER_XT_CONNMARK comment "Xtables targets" +config NETFILTER_XT_TARGET_AUDIT + tristate "AUDIT target support" + depends on AUDIT + depends on NETFILTER_ADVANCED + ---help--- + This option adds a 'AUDIT' target, which can be used to create + audit records for packets dropped/accepted. + + To compileit as a module, choose M here. If unsure, say N. + config NETFILTER_XT_TARGET_CLASSIFY tristate '"CLASSIFY" target support' depends on NETFILTER_ADVANCED -- 1.7.3.4