[PATCH 3/4] AUDIT: modify Kconfig to enable build in 2.6.35.13-91 kernel

Mr Dash Four mr.dash.four at googlemail.com
Wed May 25 23:43:08 UTC 2011


Modify Kconfig to enable .config options during oldconfig and menuconfig

Signed-off-by: Mr Dash Four <mr.dash.four at googlemail.com>
---
 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





More information about the Linux-audit mailing list