From a5c109d37ed9d99f61f1ea5e9edca40ac5994588 Mon Sep 17 00:00:00 2001 From: James Sullins Date: Fri, 17 Feb 2012 04:24:34 -0600 Subject: [PATCH] Kconfig: fix NETFILTER_XT_MATCH_QTAGUID --- net/netfilter/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 5bd5c612a9b..89f9a61d77c 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -939,8 +939,8 @@ config NETFILTER_XT_MATCH_PKTTYPE config NETFILTER_XT_MATCH_QTAGUID bool '"quota, tag, owner" match and stats support' - depends on NETFILTER_XT_MATCH_SOCKET - depends on NETFILTER_XT_MATCH_OWNER=n + depends on NETFILTER_XT_MATCH_SOCKET + depends on !NETFILTER_XT_MATCH_OWNER help This option replaces the `owner' match. In addition to matching on uid, it keeps stats based on a tag assigned to a socket.