From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org (Eric W. Biederman) Subject: Re: [PATCH] userns: Allow unprivileged reboot Date: Wed, 26 Dec 2012 20:29:15 -0800 Message-ID: <87vcbo15k4.fsf@xmission.com> References: <50DBC2E0.3040908@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <50DBC2E0.3040908-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> (Li Zefan's message of "Thu, 27 Dec 2012 11:39:12 +0800") 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: Li Zefan Cc: Containers , LKML List-Id: containers.vger.kernel.org Li Zefan writes: > In a container with its own pid namespace and user namespace, rebooting > the system won't reboot the host, but terminate all the processes in > it and thus have the container shutdown, so it's safe. > > Signed-off-by: Li Zefan Applied to my development tree. It will eventaully make it to my for-next branch. Eric