From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Lezcano Subject: Re: [PATCH 4/9] allow killing tasks in your own or child userns Date: Sat, 19 Feb 2011 11:55:01 +0100 Message-ID: <4D5FA185.1040008@free.fr> References: <20110217150224.GA26334@mail.hallyn.com> <20110217150325.GD26395@mail.hallyn.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110217150325.GD26395-7LNsyQBKDXoIagZqoN9o3w@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: xemul-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org, containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, kernel list , dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, LSM , "Eric W. Biederman" , Kees Cook , Alexey Dobriyan , Michael Kerrisk List-Id: containers.vger.kernel.org On 02/17/2011 04:03 PM, Serge E. Hallyn wrote: > Changelog: > Dec 8: Fixed bug in my check_kill_permission pointed out by > Eric Biederman. > Dec 13: Apply Eric's suggestion to pass target task into kill_ok_by_cred() > for clarity > Dec 31: address comment by Eric Biederman: > don't need cred/tcred in check_kill_permission. > Jan 1: use const cred struct. > Jan 11: Per Bastian Blank's advice, clean up kill_ok_by_cred(). > Feb 16: kill_ok_by_cred: fix bad parentheses > > Signed-off-by: Serge E. Hallyn Acked-by: Daniel Lezcano