X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2FKconfig;h=c6cec5aa548604c87aa48ce43fd9c2007052f305;hb=9f101fc5e5a4810a2560841e4292a782b250cb02;hp=ccadc8e4815221c90e287ad2a710f4fb8a1aa3c0;hpb=9dadaa19cb11a8db38072a92a3f95deab7a797fb;p=linux-2.6 diff --git a/net/Kconfig b/net/Kconfig index ccadc8e481..c6cec5aa54 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -66,6 +66,13 @@ source "net/ipv6/Kconfig" endif # if INET +config NETWORK_SECMARK + bool "Security Marking" + help + This enables security marking of network packets, similar + to nfmark, but designated for security purposes. + If you are unsure how to answer this question, answer N. + menuconfig NETFILTER bool "Network packet filtering (replaces ipchains)" ---help---