Kconfig: fix NETFILTER_XT_MATCH_QTAGUID

This commit is contained in:
James Sullins
2012-02-17 04:24:34 -06:00
parent 3bd447fb8d
commit a5c109d37e

View File

@@ -940,7 +940,7 @@ config NETFILTER_XT_MATCH_PKTTYPE
config NETFILTER_XT_MATCH_QTAGUID config NETFILTER_XT_MATCH_QTAGUID
bool '"quota, tag, owner" match and stats support' bool '"quota, tag, owner" match and stats support'
depends on NETFILTER_XT_MATCH_SOCKET depends on NETFILTER_XT_MATCH_SOCKET
depends on NETFILTER_XT_MATCH_OWNER=n depends on !NETFILTER_XT_MATCH_OWNER
help help
This option replaces the `owner' match. In addition to matching This option replaces the `owner' match. In addition to matching
on uid, it keeps stats based on a tag assigned to a socket. on uid, it keeps stats based on a tag assigned to a socket.