From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: [REVIEW][PATCH] vfs: Lock in place mounts from more privileged users Date: Wed, 24 Jul 2013 12:49:33 +0000 Message-ID: <20130724124933.GA16517@mail.hallyn.com> References: <877gghruwq.fsf@xmission.com> <87li4wpi2b.fsf@xmission.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linux Containers , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Andy Lutomirski To: "Eric W. Biederman" Return-path: Content-Disposition: inline In-Reply-To: <87li4wpi2b.fsf-aS9lmoZGLiVWk0Htik3J/w@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 List-Id: linux-fsdevel.vger.kernel.org Quoting Eric W. Biederman (ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org): > > Serge does this patch break lxc? I think all should be well but I want > to make certain there is not some hidden case where this fundamentaly > breaks some functionality. I haven't yet tried. I'll build and test a kernel today. I'm pretty sure all the child's mounts are done after clone, so I *think* the worst case will be that the unmounting of put_old after pivot_root() will be noisy. Will let you know. -serge