Received: by 10.223.164.202 with SMTP id h10csp4703032wrb; Wed, 29 Nov 2017 10:25:45 -0800 (PST) X-Google-Smtp-Source: AGs4zMao1DSRW3b8antbHdLTBhbRXmlbDAmrzgbIwxVLBoZjpCdb6dd6AQ9xTpITgTWIWV6l8ARC X-Received: by 10.101.98.1 with SMTP id d1mr3585182pgv.18.1511979945098; Wed, 29 Nov 2017 10:25:45 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1511979945; cv=none; d=google.com; s=arc-20160816; b=HsqSF6LpwmgRS0SyeCf3/AuN3DvrmlL0xJ0mtTJXD3CDgoNr2XqhfS+oFhO8yM5LE9 LG7Haa5BYWEkz3bt1zWGMtemYZpV/SpSaOmcOnQLSX56zSs5RbHBcCtGhJ1vPSrP28Rz 3vx8BXx4e8stMSm7TjZsvuJLxWP9bFIRX5q42qsO5VoAJQOFbJW5uqTNTy6Odb1KN5v7 pRasrhfUEMvKmcl5kOkvvfkdBoBHwis/WSdei7QdSIdJrzSHvK5DJtOfQlJVaYxRQR7/ 55SwsltDZvOGOohU8WBQEZ9+mUC2aidS8cBKmFywSc9gBe7ILIp6iikMuJxLAIL6xhJT cRYw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=H3Xf9yPL3ePB6zaqzd/WnoS3jEftmmR71e8GTV0QRMA=; b=BF6w40ug+XdXatuiEWclwyVD7X5dnKC9AYqQpFRfOKalVliW3wySQ2eecIc2XUN/m4 F2dex/suWajbQD+I6wMpmkvv9Q6XSvP6nDhsG45MXTJZbpQOJkUPEkqR1F3H23iHQ4Ke 1hnp0HJHzTdr7ibVAfq4hCMo9LjvaYDkwjuoX2gSw8RkPekZcQ9mvqkKAOOQJx6ZiQxz cRNJ0/Biv1h3f5+SWpCTrAB37cj/vdi0W9eytqNvosOCzoZmN+hB1wImNTY+fhsi4xEo ypCIxQFpQf1dzD6WTMHvOABBxESZphvSbkN9xGPqOzJqfu/93FluEZCgsrinOqFruEpm eJNw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c7si1605128plo.833.2017.11.29.10.25.35; Wed, 29 Nov 2017 10:25:45 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935143AbdK2R5Q (ORCPT + 70 others); Wed, 29 Nov 2017 12:57:16 -0500 Received: from h2.hallyn.com ([78.46.35.8]:44254 "EHLO h2.hallyn.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934005AbdK2R5O (ORCPT ); Wed, 29 Nov 2017 12:57:14 -0500 Received: by h2.hallyn.com (Postfix, from userid 1001) id E96171204FA; Wed, 29 Nov 2017 11:57:12 -0600 (CST) Date: Wed, 29 Nov 2017 11:57:12 -0600 From: "Serge E. Hallyn" To: Mahesh Bandewar =?utf-8?B?KOCkruCkueClh+CktiDgpKzgpILgpKHgpYfgpLXgpL4=?= =?utf-8?B?4KSwKQ==?= Cc: "Serge E. Hallyn" , Mahesh Bandewar , LKML , Netdev , Kernel-hardening , Linux API , Kees Cook , "Eric W . Biederman" , Eric Dumazet , David Miller Subject: Re: [PATCHv2 2/2] userns: control capabilities of some user namespaces Message-ID: <20171129175712.GB14545@mail.hallyn.com> References: <20171110053757.21170-1-mahesh@bandewar.net> <20171126064037.GB30279@mail.hallyn.com> <20171128230440.GB28297@mail.hallyn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Mahesh Bandewar (महेश बंडेवार) (maheshb@google.com): > On Tue, Nov 28, 2017 at 3:04 PM, Serge E. Hallyn wrote: > > Quoting Mahesh Bandewar (महेश बंडेवार) (maheshb@google.com): > > ... > >> >> diff --git a/security/commoncap.c b/security/commoncap.c > >> >> index fc46f5b85251..89103f16ac37 100644 > >> >> --- a/security/commoncap.c > >> >> +++ b/security/commoncap.c > >> >> @@ -73,6 +73,14 @@ int cap_capable(const struct cred *cred, struct user_namespace *targ_ns, > >> >> { > >> >> struct user_namespace *ns = targ_ns; > >> >> > >> >> + /* If the capability is controlled and user-ns that process > >> >> + * belongs-to is 'controlled' then return EPERM and no need > >> >> + * to check the user-ns hierarchy. > >> >> + */ > >> >> + if (is_user_ns_controlled(cred->user_ns) && > >> >> + is_capability_controlled(cap)) > >> >> + return -EPERM; > >> > > >> > I'd be curious to see the performance impact on this on a regular > >> > workload (kernel build?) in a controlled ns. > >> > > >> Should it affect? If at all, it should be +ve since, the recursive > >> user-ns hierarchy lookup is avoided with the above check if the > >> capability is controlled. > > > > Yes but I expect that to be the rare case for normal lxc installs > > (which are of course what I am interested in) > > > >> The additional cost otherwise is this check > >> per cap_capable() call. > > > > And pipeline refetching? > > > > Capability calls also shouldn't be all that frequent, but still I'm > > left wondering... > > Correct, and capability checks are part of the control-path and not > the data-path so shouldn't matter but I guess it doesn't hurt to > find-out the number. Do you have any workload in mind, that we can use > for this test/benchmark? I suppose if you did both (a) a kernel build and (b) a webserver like https://github.com/m3ng9i/ran , being hit for a minute by a heavy load of requests, those two together would be re-assuring. thanks, -serge From 1585355813818762156@xxx Tue Nov 28 23:52:02 +0000 2017 X-GM-THRID: 1583656299755400145 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread