Received: by 10.223.164.202 with SMTP id h10csp493278wrb; Thu, 9 Nov 2017 09:27:06 -0800 (PST) X-Google-Smtp-Source: ABhQp+T8nFgGwddO/kxHu8zULZPNE7JYMuYqvijKuu5vX7ROi74lWBCUgs3a3+Bubz2JekKNo08H X-Received: by 10.101.70.72 with SMTP id k8mr1134047pgr.292.1510248426444; Thu, 09 Nov 2017 09:27:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1510248426; cv=none; d=google.com; s=arc-20160816; b=zG7xprfLwnGMTIl8gYEOQGeTrkNCP/0pm8DZ1RGmxeEspuwYVOpXfNnRFVJAAskm4w 1f9oTEaiX7KjMFVM347uFteDHB7NAIZdSGZsWH0UoH9bXO9OYxEAw7ztiOjh/sjVLFl9 jsgwPZWuX4+DjYMw+9cYYD0N1kx03QbUVpX/g7wpkCYC5f4JsHSbrD8g0l/x07ImbvXf 7Cc8Nrxl7M2dqTjLhIi26eSsWEGFAhGlnmfY0gdUmZF8OWISgympsx0Pyly5FsCI3sDX BapKCEjd0zdJzRSlZghnqB/wMA1zIp+jqewNHI3oc+N+uqJZDTpDjAMsHUuzDBc9XiVd eE7Q== 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-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=7hac0q70TJ3YGmDKrlMqBHuiwsBBCLG+hxbVwoaOrZU=; b=jlj6OC7obCPuk6vley0MyrqsBebdrVDGr+IOlWYFqSEm7fRXAZM1/UIhDoldBEXenc RZbOu8AACir81eFua8vrMJjp+dzAYxD13gn+7oZ9QWz1Wpm2L8i8MhGXmSSowzH9yMxa B0oLVcheC1DnBvDiFVuSvpksrDV67jXA5a6mgcZpQ72VdT7wBTCOAs0FhGt7WgYqwkup 5tO3FD+nxQf3xWHPH6akaVPsKBy7pmFtnvmf7p6kDNwVmhU5N668tbEw507Ofu4Y6Cu+ YWm1eKQSyMF80SEesrAOIBTq9UdrmhbaubJg8iMMQW5uVll7xB3RSAiD+tp2W0Ybxx4h W18A== 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 r15si6907117pgt.18.2017.11.09.09.26.54; Thu, 09 Nov 2017 09:27:06 -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 S1753216AbdKIR0I (ORCPT + 81 others); Thu, 9 Nov 2017 12:26:08 -0500 Received: from h2.hallyn.com ([78.46.35.8]:49466 "EHLO h2.hallyn.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752549AbdKIRZq (ORCPT ); Thu, 9 Nov 2017 12:25:46 -0500 Received: by h2.hallyn.com (Postfix, from userid 1001) id E5A1A1204E7; Thu, 9 Nov 2017 11:25:44 -0600 (CST) Date: Thu, 9 Nov 2017 11:25:44 -0600 From: "Serge E. Hallyn" To: Mahesh Bandewar Cc: LKML , Netdev , Kernel-hardening , Linux API , Kees Cook , Serge Hallyn , "Eric W . Biederman" , Eric Dumazet , David Miller , Mahesh Bandewar Subject: Re: [PATCH resend 2/2] userns: control capabilities of some user namespaces Message-ID: <20171109172544.GB26229@mail.hallyn.com> References: <20171103004436.40026-1-mahesh@bandewar.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171103004436.40026-1-mahesh@bandewar.net> 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 (mahesh@bandewar.net): > From: Mahesh Bandewar > > With this new notion of "controlled" user-namespaces, the controlled > user-namespaces are marked at the time of their creation while the > capabilities of processes that belong to them are controlled using the > global mask. > > Init-user-ns is always uncontrolled and a process that has SYS_ADMIN > that belongs to uncontrolled user-ns can create another (child) user- > namespace that is uncontrolled. Any other process (that either does > not have SYS_ADMIN or belongs to a controlled user-ns) can only > create a user-ns that is controlled. > > global-capability-whitelist (controlled_userns_caps_whitelist) is used > at the capability check-time and keeps the semantics for the processes > that belong to uncontrolled user-ns as it is. Processes that belong to > controlled user-ns however are subjected to different checks- > > (a) if the capability in question is controlled and process belongs > to controlled user-ns, then it's always denied. > (b) if the capability in question is NOT controlled then fall back > to the traditional check. > > Signed-off-by: Mahesh Bandewar > --- > include/linux/capability.h | 1 + > include/linux/user_namespace.h | 20 ++++++++++++++++++++ > kernel/capability.c | 5 +++++ > kernel/user_namespace.c | 3 +++ > security/commoncap.c | 8 ++++++++ > 5 files changed, 37 insertions(+) > > diff --git a/include/linux/capability.h b/include/linux/capability.h > index 6c0b9677c03f..b8c6cac18658 100644 > --- a/include/linux/capability.h > +++ b/include/linux/capability.h > @@ -250,6 +250,7 @@ extern bool ptracer_capable(struct task_struct *tsk, struct user_namespace *ns); > extern int get_vfs_caps_from_disk(const struct dentry *dentry, struct cpu_vfs_cap_data *cpu_caps); > int proc_douserns_caps_whitelist(struct ctl_table *table, int write, > void __user *buff, size_t *lenp, loff_t *ppos); > +bool is_capability_controlled(int cap); > > extern int cap_convert_nscap(struct dentry *dentry, void **ivalue, size_t size); > > diff --git a/include/linux/user_namespace.h b/include/linux/user_namespace.h > index c18e01252346..e890fe81b47e 100644 > --- a/include/linux/user_namespace.h > +++ b/include/linux/user_namespace.h > @@ -22,6 +22,7 @@ struct uid_gid_map { /* 64 bytes -- 1 cache line */ > }; > > #define USERNS_SETGROUPS_ALLOWED 1UL > +#define USERNS_CONTROLLED 2UL > > #define USERNS_INIT_FLAGS USERNS_SETGROUPS_ALLOWED > > @@ -102,6 +103,16 @@ static inline void put_user_ns(struct user_namespace *ns) > __put_user_ns(ns); > } > > +static inline bool is_user_ns_controlled(const struct user_namespace *ns) > +{ > + return ns->flags & USERNS_CONTROLLED; > +} > + > +static inline void mark_user_ns_controlled(struct user_namespace *ns) > +{ > + ns->flags |= USERNS_CONTROLLED; > +} > + > struct seq_operations; > extern const struct seq_operations proc_uid_seq_operations; > extern const struct seq_operations proc_gid_seq_operations; > @@ -160,6 +171,15 @@ static inline struct ns_common *ns_get_owner(struct ns_common *ns) > { > return ERR_PTR(-EPERM); > } > + > +static inline bool is_user_ns_controlled(const struct user_namespace *ns) > +{ > + return false; > +} > + > +static inline void mark_user_ns_controlled(struct user_namespace *ns) > +{ > +} > #endif > > #endif /* _LINUX_USER_H */ > diff --git a/kernel/capability.c b/kernel/capability.c > index 62dbe3350c1b..40a38cc4ff43 100644 > --- a/kernel/capability.c > +++ b/kernel/capability.c > @@ -510,6 +510,11 @@ bool ptracer_capable(struct task_struct *tsk, struct user_namespace *ns) > } > > /* Controlled-userns capabilities routines */ > +bool is_capability_controlled(int cap) > +{ > + return !cap_raised(controlled_userns_caps_whitelist, cap); > +} > + > #ifdef CONFIG_SYSCTL > int proc_douserns_caps_whitelist(struct ctl_table *table, int write, > void __user *buff, size_t *lenp, loff_t *ppos) > diff --git a/kernel/user_namespace.c b/kernel/user_namespace.c > index c490f1e4313b..f393ea5108f0 100644 > --- a/kernel/user_namespace.c > +++ b/kernel/user_namespace.c > @@ -53,6 +53,9 @@ static void set_cred_user_ns(struct cred *cred, struct user_namespace *user_ns) > cred->cap_effective = CAP_FULL_SET; > cred->cap_ambient = CAP_EMPTY_SET; > cred->cap_bset = CAP_FULL_SET; > + if (!ns_capable(user_ns->parent, CAP_SYS_ADMIN) || > + is_user_ns_controlled(user_ns->parent)) > + mark_user_ns_controlled(user_ns); Hm, why do this here, rather than at create_user_ns()? It shouldn't be recalculated when someone does setns() should it? From 1583605999553577006@xxx Thu Nov 09 16:19:29 +0000 2017 X-GM-THRID: 1583003759650790753 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread