From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161142AbWGNQaq (ORCPT ); Fri, 14 Jul 2006 12:30:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161216AbWGNQaq (ORCPT ); Fri, 14 Jul 2006 12:30:46 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]:21664 "EHLO e34.co.us.ibm.com") by vger.kernel.org with ESMTP id S1161142AbWGNQag (ORCPT ); Fri, 14 Jul 2006 12:30:36 -0400 Date: Fri, 14 Jul 2006 11:29:35 -0500 From: "Serge E. Hallyn" To: "Eric W. Biederman" Cc: Dave Hansen , "Serge E. Hallyn" , Cedric Le Goater , linux-kernel@vger.kernel.org, Andrew Morton , Kirill Korotaev , Andrey Savochkin , Herbert Poetzl , Sam Vilain Subject: Re: [PATCH -mm 5/7] add user namespace Message-ID: <20060714162935.GA25303@sergelap.austin.ibm.com> References: <44B684A5.2040008@fr.ibm.com> <20060713174721.GA21399@sergelap.austin.ibm.com> <1152815391.7650.58.camel@localhost.localdomain> <1152821011.24925.7.camel@localhost.localdomain> <1152887287.24925.22.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Quoting Eric W. Biederman (ebiederm@xmission.com): > Dave Hansen writes: > > > On Thu, 2006-07-13 at 21:45 -0600, Eric W. Biederman wrote: > >> I think for filesystems like /proc and /sys that there will normally > >> be problems. However many of those problems can be rationalized away > >> as a reasonable optimization, or are not immediately apparent. > > > > Could you talk about some of these problems? > > Already mentioned but. rw permissions on sensitive files are for > uid == 0. No capability checks are performed. As Herbert (IIRC) pointed out that could/should be fixed. -serge