Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1300693pxu; Sat, 5 Dec 2020 10:41:13 -0800 (PST) X-Google-Smtp-Source: ABdhPJze2Lw2L6hvVDSlJQi4BNfnBDSqvF/YeXfpfWvYNV/L8OpuDfNXx1dERZpumSJSQjS4m8XX X-Received: by 2002:a05:6402:18:: with SMTP id d24mr12877826edu.382.1607193673104; Sat, 05 Dec 2020 10:41:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607193673; cv=none; d=google.com; s=arc-20160816; b=Fj4oRkhk6REVYvuXHX+S52o7iFkAyxNIb2f2Qw0fXlhKHqf1s5O47KOO5e/8h3k3Ti AJwVmVQlqiVAQqFsegpHQsJk2EOlsijITQvXDnWS5p/BXsCyDeHZhzKJ4NethzrNCgyq SK3t2CwHO+YvnfRUGfaIL9NKgMxxHbeMZgZGMUVRuu60GAoCmoxb/Y+GjkT7G9zIgWXC 90YTkMh8mrpLyhyFTMDgPoQlayfNSZcqIGtCHcAEOeyu0aKVaZsfeweKARSjdpfOvLPv KieClVy/sjAHdsj0KqcZHddP74sUWC1FWope6PvZdFpGSl6meA2eT3BOMYrgMXbQGAZH P0nQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=UVlrRVYXalSLn4+zG0jf047E+U7TtmppFnJq4zrpZpE=; b=d0dskFVcGxpWNHheasNR5ZOZ63JQC7QjUKF3iLz4qXko0UfkRc5ZqQIQ2bQg4Non8J mb2ZRnh0/1GwQ4m4j6cnGFGrlmJumzH7fp3fuuxXco9goskR6slgolug16KQa296ki5R fASq0cX1ilL7BZ4ccNaE2MXwoq0ujmrAe8M7idBm6F23no4v7hqfHuQQ43CKc+cmzrUZ K/IfnDA71tJlqAOb0QhGfplVFF84mJ/7g0p6x2TfUJYARDW3lLoZE/Q5QEoExX9mOVDa InqLMfu7F0ZKS6FSpV2hUflwq6bxFXvTBeLyLdhzvaXpu+RVp6iDdZ+ozUJhKW8WQWt/ rQfA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i24si3607194eja.372.2020.12.05.10.40.50; Sat, 05 Dec 2020 10:41:13 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729142AbgLEST0 (ORCPT + 99 others); Sat, 5 Dec 2020 13:19:26 -0500 Received: from mail.hallyn.com ([178.63.66.53]:60740 "EHLO mail.hallyn.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727623AbgLERmg (ORCPT ); Sat, 5 Dec 2020 12:42:36 -0500 Received: by mail.hallyn.com (Postfix, from userid 1001) id DBCCCCB5; Sat, 5 Dec 2020 11:41:12 -0600 (CST) Date: Sat, 5 Dec 2020 11:41:12 -0600 From: "Serge E. Hallyn" To: "Serge E. Hallyn" Cc: "Andrew G. Morgan" , James Morris , lkml , =?iso-8859-1?Q?Herv=E9?= Guillemet , Casey Schaufler Subject: Re: [PATCH] fix namespaced fscaps when !CONFIG_SECURITY Message-ID: <20201205174112.GA3360@mail.hallyn.com> References: <20201117150856.GA12240@mail.hallyn.com> <20201129211542.GA5227@mail.hallyn.com> <20201205174000.GA3290@mail.hallyn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201205174000.GA3290@mail.hallyn.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Oh, I see you'd changed it inline :) Thanks On Sat, Dec 05, 2020 at 11:40:00AM -0600, Serge E. Hallyn wrote: > How odd - where did that come from? > > James, I force-pushed that with corrected bugzilla link to > 2020-11-29/fix-nscaps. Sorry about that. > > On Fri, Dec 04, 2020 at 07:58:14AM -0800, Andrew G. Morgan wrote: > > The correct bug reference for this patch is: > > > > https://bugzilla.kernel.org/show_bug.cgi?id=209689 > > > > Reviewed-by: Andrew G. Morgan > > > > On Mon, Nov 30, 2020 at 6:58 PM James Morris wrote: > > > > > > On Sun, 29 Nov 2020, Serge E. Hallyn wrote: > > > > > > > Hi James, > > > > > > > > would you mind adding this to the security tree? (You can cherrypick > > > > from https://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux.git/commit/?h=2020-11-29/fix-nscaps ) > > > > > > Sure. > > > > > > > > > > > thanks, > > > > -serge > > > > > > > > On Tue, Nov 17, 2020 at 08:09:59AM -0800, Andrew G. Morgan wrote: > > > > > Signed-off-by: Andrew G. Morgan > > > > > > > > > > > > > > > On Tue, Nov 17, 2020 at 7:09 AM Serge E. Hallyn wrote: > > > > > > > > > > > Namespaced file capabilities were introduced in 8db6c34f1dbc . > > > > > > When userspace reads an xattr for a namespaced capability, a > > > > > > virtualized representation of it is returned if the caller is > > > > > > in a user namespace owned by the capability's owning rootid. > > > > > > The function which performs this virtualization was not hooked > > > > > > up if CONFIG_SECURITY=n. Therefore in that case the original > > > > > > xattr was shown instead of the virtualized one. > > > > > > > > > > > > To test this using libcap-bin (*1), > > > > > > > > > > > > $ v=$(mktemp) > > > > > > $ unshare -Ur setcap cap_sys_admin-eip $v > > > > > > $ unshare -Ur setcap -v cap_sys_admin-eip $v > > > > > > /tmp/tmp.lSiIFRvt8Y: OK > > > > > > > > > > > > "setcap -v" verifies the values instead of setting them, and > > > > > > will check whether the rootid value is set. Therefore, with > > > > > > this bug un-fixed, and with CONFIG_SECURITY=n, setcap -v will > > > > > > fail: > > > > > > > > > > > > $ v=$(mktemp) > > > > > > $ unshare -Ur setcap cap_sys_admin=eip $v > > > > > > $ unshare -Ur setcap -v cap_sys_admin=eip $v > > > > > > nsowner[got=1000, want=0],/tmp/tmp.HHDiOOl9fY differs in [] > > > > > > > > > > > > Fix this bug by calling cap_inode_getsecurity() in > > > > > > security_inode_getsecurity() instead of returning > > > > > > -EOPNOTSUPP, when CONFIG_SECURITY=n. > > > > > > > > > > > > *1 - note, if libcap is too old for getcap to have the '-n' > > > > > > option, then use verify-caps instead. > > > > > > > > > > > > Signed-off-by: Serge Hallyn > > > > > > Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1593431 > > > > > > Cc: Herv? Guillemet > > > > > > Cc: Andrew G. Morgan > > > > > > Cc: Casey Schaufler > > > > > > --- > > > > > > include/linux/security.h | 2 +- > > > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > > > > > diff --git a/include/linux/security.h b/include/linux/security.h > > > > > > index bc2725491560..39642626a707 100644 > > > > > > --- a/include/linux/security.h > > > > > > +++ b/include/linux/security.h > > > > > > @@ -869,7 +869,7 @@ static inline int security_inode_killpriv(struct > > > > > > dentry *dentry) > > > > > > > > > > > > static inline int security_inode_getsecurity(struct inode *inode, const > > > > > > char *name, void **buffer, bool alloc) > > > > > > { > > > > > > - return -EOPNOTSUPP; > > > > > > + return cap_inode_getsecurity(inode, name, buffer, alloc); > > > > > > } > > > > > > > > > > > > static inline int security_inode_setsecurity(struct inode *inode, const > > > > > > char *name, const void *value, size_t size, int flags) > > > > > > -- > > > > > > 2.25.1 > > > > > > > > > > > > > > > > > > > > > > -- > > > James Morris > > >