From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Emelyanov Subject: Re: [PATCH 7/8] af_unix: Allow credentials to work across user and pid namespaces. Date: Tue, 15 Jun 2010 12:11:11 +0400 Message-ID: <4C17359F.2040900@openvz.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: "Eric W. Biederman" Cc: Linux Containers , Serge Hallyn , netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, David Miller List-Id: containers.vger.kernel.org On 06/13/2010 05:34 PM, Eric W. Biederman wrote: > > 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 Acked-by: Pavel Emelyanov