Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757317AbZCLQT1 (ORCPT ); Thu, 12 Mar 2009 12:19:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756352AbZCLQTR (ORCPT ); Thu, 12 Mar 2009 12:19:17 -0400 Received: from e31.co.us.ibm.com ([32.97.110.149]:35333 "EHLO e31.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756221AbZCLQTQ (ORCPT ); Thu, 12 Mar 2009 12:19:16 -0400 Date: Thu, 12 Mar 2009 11:10:47 -0500 From: "Serge E. Hallyn" To: "J. Bruce Fields" Cc: Igor Zhbanov , linux-kernel@vger.kernel.org, viro@zeniv.linux.org.uk, neilb@suse.de, Trond.Myklebust@netapp.com, David Howells , James Morris Subject: Re: VFS, NFS security bug? Should CAP_MKNOD and CAP_LINUX_IMMUTABLE be added to CAP_FS_MASK? Message-ID: <20090312161047.GA15209@us.ibm.com> References: <20090311232356.GP13540@fieldses.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090311232356.GP13540@fieldses.org> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1009 Lines: 23 Quoting J. Bruce Fields (bfields@fieldses.org): > On Wed, Mar 11, 2009 at 03:53:34PM +0300, Igor Zhbanov wrote: > > Hello! > > > > It seems that CAP_MKNOD and CAP_LINUX_IMMUTABLE were forgotten to be > > added to CAP_FS_MASK_B0 in linux-2.6.x and to CAP_FS_MASK in > > linux-2.4.x. Both capabilities affects file system and can be > > considered file system capabilities. > > Sounds right to me--I'd expect rootsquash to guarantee that new device > nodes can't be created from the network. Cc'ing random people from the > git log for include/linux/capability.h in hopes they can help. Yeah it seems reasonable. If it is, then does that mean that we also need CAP_SYS_ADMIN (to write selinux labels) and CAP_SETFCAP (to set file capabilities) as well? -serge -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/