diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-02-02 17:33:59 -0800 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-08-14 21:55:30 -0700 |
commit | 26711a791effbea125fea4284f4d1c4fa8f7bc73 (patch) | |
tree | 154b021834f57aea5104fccd51ad0bfabd950103 /init/Kconfig | |
parent | da7428080a15189c7acd266d514324f2a2e89e14 (diff) | |
download | op-kernel-dev-26711a791effbea125fea4284f4d1c4fa8f7bc73.zip op-kernel-dev-26711a791effbea125fea4284f4d1c4fa8f7bc73.tar.gz |
userns: xt_owner: Add basic user namespace support.
- Only allow adding matches from the initial user namespace
- Add the appropriate conversion functions to handle matches
against sockets in other user namespaces.
Cc: Jan Engelhardt <jengelh@medozas.de>
Cc: Patrick McHardy <kaber@trash.net>
Cc: Pablo Neira Ayuso <pablo@netfilter.org>
Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 40f5020..76ffca9 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -943,7 +943,6 @@ config UIDGID_CONVERTED # Networking depends on NET_9P = n - depends on NETFILTER_XT_MATCH_OWNER = n depends on AF_RXRPC = n depends on NET_KEY = n depends on DNS_RESOLVER = n |