commit | 7361c36c5224519b258219fe3d0e8abc865d8134 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Sun Jun 13 03:34:33 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 16 14:58:16 2010 -0700 |
tree | 7987367633b4729dff0afa2180862a2ce919f3cb | |
parent | 257b5358b32f17e0603b6ff57b13610b0e02348f [diff] |
af_unix: Allow credentials to work across user and pid namespaces. In unix_skb_parms store pointers to struct pid and struct cred instead of raw uid, gid, and pid values, then translate the credentials on reception into values that are meaningful in the receiving processes namespaces. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Acked-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>