From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm@xmission.com (Eric W. Biederman) Subject: Re: RFC: disablenetwork facility. (v4) Date: Tue, 29 Dec 2009 20:29:25 -0800 Message-ID: References: <20091229050114.GC14362@heat> <20091229151146.GA32153@us.ibm.com> <3e8340490912290805s103fb789y13acea4a84669b20@mail.gmail.com> <20091229211139.0732a0c1@lxorguk.ukuu.org.uk> <20091229223631.GB22578@us.ibm.com> <20091230035008.GA6819@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alan Cox , Benny Amorsen , Bryan Donlan , Michael Stone , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-security-module@vger.kernel.org, Andi Kleen , David Lang , Oliver Hartkopp , Herbert Xu , Valdis Kletnieks , Evgeniy Polyakov , "C. Scott Ananian" , James Morris , Bernie Innocenti , Mark Seaborn , Randy Dunlap , =?iso-8859-1?Q?Am=E9rico?= Wang , Tetsuo Handa , Samir Bellabes , Casey Schaufler , Pavel Machek , Al V To: "Serge E. Hallyn" Return-path: In-Reply-To: <20091230035008.GA6819@us.ibm.com> (Serge E. Hallyn's message of "Tue\, 29 Dec 2009 21\:50\:08 -0600") Sender: linux-security-module-owner@vger.kernel.org List-Id: netdev.vger.kernel.org "Serge E. Hallyn" writes: >> In common cap we drop the new capabilities if we are being ptraced. >> Look for brm->unsafe. > > Yes - that isn't the issue. Right. Sorry. I saw that we set unsafe and totally missed that we don't act on it in that case. > It goes back to finding a way to figure out what is inside the > file when the installer obviously thought we shouldn't be able > to read the file. > > Do we care? I expect two lines of testing bprm->unsafe and failing at the right point would solve that. Eric