From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750716AbWGOPy3 (ORCPT ); Sat, 15 Jul 2006 11:54:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750717AbWGOPy3 (ORCPT ); Sat, 15 Jul 2006 11:54:29 -0400 Received: from e31.co.us.ibm.com ([32.97.110.149]:2263 "EHLO e31.co.us.ibm.com") by vger.kernel.org with ESMTP id S1750716AbWGOPy2 (ORCPT ); Sat, 15 Jul 2006 11:54:28 -0400 Subject: Re: [PATCH -mm 5/7] add user namespace From: Dave Hansen To: "Eric W. Biederman" Cc: Kyle Moffett , Trond Myklebust , "Serge E. Hallyn" , Cedric Le Goater , linux-kernel@vger.kernel.org, Andrew Morton , Kirill Korotaev , Andrey Savochkin , Herbert Poetzl , Sam Vilain In-Reply-To: References: <1152815391.7650.58.camel@localhost.localdomain> <1152821011.24925.7.camel@localhost.localdomain> <1152887287.24925.22.camel@localhost.localdomain> <20060714162935.GA25303@sergelap.austin.ibm.com> <1152896138.24925.74.camel@localhost.localdomain> <20060714170814.GE25303@sergelap.austin.ibm.com> <1152897579.24925.80.camel@localhost.localdomain> <1152900911.5729.30.camel@lade.trondhjem.org> <1152911079.5729.70.camel@lade.trondhjem.org> <4DBD2EBA-9AE2-4598-A9E5-FE7ADCA60B44@mac.com> Content-Type: text/plain Date: Sat, 15 Jul 2006 08:54:20 -0700 Message-Id: <1152978860.314.70.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2006-07-15 at 06:35 -0600, Eric W. Biederman wrote: > Currently there are several additional flags that could benefit > from a per vfsmount interpretation as well: nosuid, noexec, nodev, > and readonly, how do we handle those? > > noexec is on the vfsmount. > nosuid is on the vfsmount > nodev is on the vfsmount > readonly is not on the vfsmount. I can help with one of them: http://www.opensubscriber.com/message/linux-kernel@vger.kernel.org/4437187.html A rollup is here (it includes other things, though) http://www.sr71.net/patches/2.6.18/2.6.18-rc1-mm1-lxc4/ -- Dave