Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753432Ab0AKRty (ORCPT ); Mon, 11 Jan 2010 12:49:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753172Ab0AKRty (ORCPT ); Mon, 11 Jan 2010 12:49:54 -0500 Received: from e34.co.us.ibm.com ([32.97.110.152]:49260 "EHLO e34.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753037Ab0AKRtx (ORCPT ); Mon, 11 Jan 2010 12:49:53 -0500 Date: Mon, 11 Jan 2010 11:49:22 -0600 From: "Serge E. Hallyn" To: Michael Stone Cc: Tetsuo Handa , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-security-module@vger.kernel.org, Andi Kleen , David Lang , Oliver Hartkopp , Alan Cox , Herbert Xu , Valdis Kletnieks , Bryan Donlan , Evgeniy Polyakov , "C. Scott Ananian" , James Morris , "Eric W. Biederman" , Bernie Innocenti , Mark Seaborn , Randy Dunlap , =?iso-8859-1?Q?Am=E9rico?= Wang , Samir Bellabes , Casey Schaufler , Pavel Machek , Al Viro , Kyle Moffett Subject: Re: [PATCH 2/3] Security: Implement disablenetwork semantics. (v4) Message-ID: <20100111174922.GA17285@us.ibm.com> References: <201001111007.EAG82373.VHFQSLFOFMOOJt@I-love.SAKURA.ne.jp> <20100111014530.GB4070@heat> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100111014530.GB4070@heat> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1536 Lines: 35 Quoting Michael Stone (michael@laptop.org): > Tetsuo Handa wrote: > > >Michael Stone wrote: > >>Examples of software that I want to be able to gain privileges normally include: > >> > >> rainbow, which requires privilege in order to add new accounts to the system > >> and in order to call setuid() but which does not require networking > >> privileges. > > > >If the system is not using local files (i.e. /etc/passwd and /etc/shadow), > >the process who wants to add new accounts to the system might need network > >access (e.g. to LDAP server), doesn't it? > > General purpose account manipulation tools might need network access but > rainbow handles all its account manipulations via state stored in > /var/spool/rainbow/2. This state is made available to the rest of the system > via libnss_rainbow. > > Michael Michael, I'm sorry, I should go back and search the thread for the answer, but don't have time right now - do you really need disablenetwork to be available to unprivileged users? Or is it ok to require CAP_SETPCAP (same thing required for dropping privs from bounding set)? Surely rainbow could be started either with that capability, or even from a smaller, easier-to-audit wrapper that has the capability, calls disablenetwork, then launches rainbow? -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/