From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 4/6] cr: checkpoint and restore task credentials Date: Tue, 19 May 2009 09:26:46 +0100 Message-ID: <16258.1242721606@redhat.com> References: <20090519014538.GD28312@us.ibm.com> <20090519014446.GA28277@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090519014538.GD28312-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org> 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: "Serge E. Hallyn" Cc: dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, Linux Containers , alexey-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org List-Id: containers.vger.kernel.org Serge E. Hallyn wrote: > +/* move this code into kernel/cred.c and do proper perms checking of course */ > +struct cred *restore_read_cred(struct ckpt_ctx *ctx) > +{ This function needs to fix up cred->security. David