diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-02-03 02:33:59 +0100 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-08-15 06:55:30 +0200 |
commit | 26711a791effbea125fea4284f4d1c4fa8f7bc73 (patch) | |
tree | 154b021834f57aea5104fccd51ad0bfabd950103 /init | |
parent | userns xt_recent: Specify the owner/group of ip_list_perms in the initial use... (diff) | |
download | linux-26711a791effbea125fea4284f4d1c4fa8f7bc73.tar.xz linux-26711a791effbea125fea4284f4d1c4fa8f7bc73.zip |
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')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 40f50204dddb..76ffca9729b3 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 |