Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964907AbVIMRMW (ORCPT ); Tue, 13 Sep 2005 13:12:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964906AbVIMRMW (ORCPT ); Tue, 13 Sep 2005 13:12:22 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:56044 "EHLO ZenIV.linux.org.uk") by vger.kernel.org with ESMTP id S964905AbVIMRMW (ORCPT ); Tue, 13 Sep 2005 13:12:22 -0400 Date: Tue, 13 Sep 2005 18:12:15 +0100 From: Al Viro To: Linus Torvalds Cc: Sripathi Kodi , Andrew Morton , linux-kernel@vger.kernel.org, patrics@interia.pl, Ingo Molnar , Roland McGrath Subject: Re: [PATCH 2.6.13.1] Patch for invisible threads Message-ID: <20050913171215.GS25261@ZenIV.linux.org.uk> References: <4325BEF3.2070901@in.ibm.com> <20050912134954.7bbd15b2.akpm@osdl.org> <4326CFE2.6000908@in.ibm.com> <20050913165102.GR25261@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1027 Lines: 22 On Tue, Sep 13, 2005 at 10:01:58AM -0700, Linus Torvalds wrote: > > > On Tue, 13 Sep 2005, Al Viro wrote: > > > > What we need is to decide what kind of access control do we really want on > > /proc//task. That's it. > > I don't think any controls at all. The real control should then be on the > /proc//task/ access, which should be the same as the /proc/ > controls (except for thread rather than thread , of course) Well... If exposing the list of tasks in a group is OK, we can just leave ->permission NULL for that sucker. If it's not (and arguably it can be sensitive information), we have a bigger problem - right now chroot boundary is the only control we have there; normally anyone can ls /proc//task and see other threads. - 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/