From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: [RFC v2][PATCH 03/10] ipc: helpers to save and restore kern_ipc_perm structures Date: Tue, 14 Apr 2009 16:55:50 -0500 Message-ID: <20090414215550.GA18966@us.ibm.com> References: <1239107503-21941-1-git-send-email-orenl@cs.columbia.edu> <1239107503-21941-4-git-send-email-orenl@cs.columbia.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1239107503-21941-4-git-send-email-orenl-eQaUEPhvms7ENvBUuze7eA@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: Oren Laadan Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Dave Hansen List-Id: containers.vger.kernel.org Quoting Oren Laadan (orenl-eQaUEPhvms7ENvBUuze7eA@public.gmane.org): > Add the helpers to save and restore the contents of 'struct > kern_ipc_perm'. Add header structures for ipc state. Put > place-holders to save and restore ipc state. > > TODO: > This patch does _not_ address the issues of users/groups and the > related security issues. For now, it saves the old user/group of > ipc objects, but does not restore them during restart. > > Signed-off-by: Oren Laadan Acked-by: Serge Hallyn