diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-05-25 01:58:08 +0200 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-08-15 06:55:20 +0200 |
commit | d06ca9564350184a19b5aae9ac150f1b1306de29 (patch) | |
tree | a6f5e39232911fe0582690f223390997a84f0b86 /include | |
parent | userns: Implement sk_user_ns (diff) | |
download | linux-d06ca9564350184a19b5aae9ac150f1b1306de29.tar.xz linux-d06ca9564350184a19b5aae9ac150f1b1306de29.zip |
userns: Teach inet_diag to work with user namespaces
Compute the user namespace of the socket that we are replying to
and translate the kuids of reported sockets into that user namespace.
Cc: Andrew Vagin <avagin@openvz.org>
Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: Pavel Emelyanov <xemul@parallels.com>
Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/inet_diag.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/inet_diag.h b/include/linux/inet_diag.h index f1362b5447fc..e788c186ed3a 100644 --- a/include/linux/inet_diag.h +++ b/include/linux/inet_diag.h @@ -159,6 +159,7 @@ struct inet_diag_handler { struct inet_connection_sock; int inet_sk_diag_fill(struct sock *sk, struct inet_connection_sock *icsk, struct sk_buff *skb, struct inet_diag_req_v2 *req, + struct user_namespace *user_ns, u32 pid, u32 seq, u16 nlmsg_flags, const struct nlmsghdr *unlh); void inet_diag_dump_icsk(struct inet_hashinfo *h, struct sk_buff *skb, |