From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5715AC43331 for ; Tue, 24 Mar 2020 18:31:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2BDED206F6 for ; Tue, 24 Mar 2020 18:31:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="KP8bPH6f" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727548AbgCXSbf (ORCPT ); Tue, 24 Mar 2020 14:31:35 -0400 Received: from mail-wr1-f65.google.com ([209.85.221.65]:41228 "EHLO mail-wr1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727379AbgCXSbf (ORCPT ); Tue, 24 Mar 2020 14:31:35 -0400 Received: by mail-wr1-f65.google.com with SMTP id h9so22794631wrc.8 for ; Tue, 24 Mar 2020 11:31:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:date:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=TRKPAduhRgzDYFGxEjhwPq1m22owdMRTC7dAMnXK8+o=; b=KP8bPH6f3jWjqSWoYd0o9+lv1OOSKO7pfp/BIzm+cXQWQbRWyXDB6S2KJWjLGdnKIl 5ea+BPNAStIimPJoBw8ecKXfZicIgjyjyL8kEyzlt20kRNpat2FLekmzx7KMzVi+vYV9 xnyc/6mnkuGv03QWVH50lmoKbLgoC6F7Y7pno= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:date:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=TRKPAduhRgzDYFGxEjhwPq1m22owdMRTC7dAMnXK8+o=; b=Iu8zvW9JTxe/8COGvpgF90zirME8X4Oi896ehoC0KEFgKY/7xwt0jqKVmf8f4wqJVQ ssAOI2fCSBY7F7j6IxfTH4WMxTHqL9Ev9JUo1KbtLUo6Az7JcaWh5gRm+OYAok3UKmTb 5rfaOK1/VkZ8Glc4mOzB2KRaOD3xIyGp6KTAfz5IAQFnJJRmcfO+2d6+e1ZyORf+0hpy c0ALsW8G12co97QrBEWxqayM3cP4oht7RsCe6FHZ/6+s76RRHbr4hfJUqqyRuY1jtFE7 XFTZ4rJqCDOqJpC8GrCEL4b8otMnSKSYGoASxktk9ei4T/QpgdicD8QeSb6uxvEjppoN zg+A== X-Gm-Message-State: ANhLgQ0/NP721zZZdU7P/53VwMiVMtjtR1ZVbWYEcxrxMkL5PnmsuYR2 KgrneLyVu5hJKbX/mcOCDJ34hlPCltE= X-Google-Smtp-Source: ADFU+vsz6U5HYqm1IBHQRVaOtfu++Ku4RbAz9LTIR4WnMNvtt0HFL+71Dz4au84EA9L6BHhEUTmSTA== X-Received: by 2002:a5d:4290:: with SMTP id k16mr16437054wrq.406.1585074692983; Tue, 24 Mar 2020 11:31:32 -0700 (PDT) Received: from chromium.org (77-56-209-237.dclient.hispeed.ch. [77.56.209.237]) by smtp.gmail.com with ESMTPSA id v26sm29817820wra.7.2020.03.24.11.31.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 24 Mar 2020 11:31:32 -0700 (PDT) From: KP Singh X-Google-Original-From: KP Singh Date: Tue, 24 Mar 2020 19:31:30 +0100 To: Stephen Smalley Cc: Kees Cook , Casey Schaufler , linux-kernel@vger.kernel.org, bpf@vger.kernel.org, LSM List , Brendan Jackman , Florent Revest , Alexei Starovoitov , Daniel Borkmann , James Morris , Paul Turner , Jann Horn , Florent Revest , Brendan Jackman , Greg Kroah-Hartman , Paul Moore Subject: Re: [PATCH bpf-next v5 4/7] bpf: lsm: Implement attach, detach and execution Message-ID: <20200324183130.GA6784@chromium.org> References: <20200323164415.12943-5-kpsingh@chromium.org> <20200324145003.GA2685@chromium.org> <202003241100.279457EF@keescook> <20200324180652.GA11855@chromium.org> <20200324182759.GA5557@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200324182759.GA5557@chromium.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On 24-Mär 19:27, KP Singh wrote: > On 24-Mär 14:21, Stephen Smalley wrote: > > On Tue, Mar 24, 2020 at 2:06 PM KP Singh wrote: > > > > > > On 24-Mär 11:01, Kees Cook wrote: > > > > On Tue, Mar 24, 2020 at 01:49:34PM -0400, Stephen Smalley wrote: > > > > > On Tue, Mar 24, 2020 at 12:25 PM Casey Schaufler wrote: > > > > > > > > > > > > On 3/24/2020 7:58 AM, Stephen Smalley wrote: > > > > > > > On Tue, Mar 24, 2020 at 10:50 AM KP Singh wrote: > > > > > > >> On 24-Mär 10:35, Stephen Smalley wrote: > > > > > > >>> On Mon, Mar 23, 2020 at 12:46 PM KP Singh wrote: > > > > > > >>>> From: KP Singh > > > > > > >>>> diff --git a/kernel/bpf/bpf_lsm.c b/kernel/bpf/bpf_lsm.c > > > > > > >>>> index 530d137f7a84..2a8131b640b8 100644 > > > > > > >>>> --- a/kernel/bpf/bpf_lsm.c > > > > > > >>>> +++ b/kernel/bpf/bpf_lsm.c > > > > > > >>>> @@ -9,6 +9,9 @@ > > > > > > >>>> #include > > > > > > >>>> #include > > > > > > >>>> #include > > > > > > >>>> +#include > > > > > > >>>> +#include > > > > > > >>>> +#include > > > > > > >>>> > > > > > > >>>> /* For every LSM hook that allows attachment of BPF programs, declare a NOP > > > > > > >>>> * function where a BPF program can be attached as an fexit trampoline. > > > > > > >>>> @@ -27,6 +30,32 @@ noinline __weak void bpf_lsm_##NAME(__VA_ARGS__) {} > > > > > > >>>> #include > > > > > > >>>> #undef LSM_HOOK > > > > > > >>>> > > > > > > >>>> +#define BPF_LSM_SYM_PREFX "bpf_lsm_" > > > > > > >>>> + > > > > > > >>>> +int bpf_lsm_verify_prog(struct bpf_verifier_log *vlog, > > > > > > >>>> + const struct bpf_prog *prog) > > > > > > >>>> +{ > > > > > > >>>> + /* Only CAP_MAC_ADMIN users are allowed to make changes to LSM hooks > > > > > > >>>> + */ > > > > > > >>>> + if (!capable(CAP_MAC_ADMIN)) > > > > > > >>>> + return -EPERM; > > > > > > >>> I had asked before, and will ask again: please provide an explicit LSM > > > > > > >>> hook for mediating whether one can make changes to the LSM hooks. > > > > > > >>> Neither CAP_MAC_ADMIN nor CAP_SYS_ADMIN suffices to check this for SELinux. > > > > > > >> What do you think about: > > > > > > >> > > > > > > >> int security_check_mutable_hooks(void) > > > > > > >> > > > > > > >> Do you have any suggestions on the signature of this hook? Does this > > > > > > >> hook need to be BPF specific? > > > > > > > I'd do something like int security_bpf_prog_attach_security(const > > > > > > > struct bpf_prog *prog) or similar. > > > > > > > Then the security module can do a check based on the current task > > > > > > > and/or the prog. We already have some bpf-specific hooks. > > > > > > > > > > > > I *strongly* disagree with Stephen on this. KRSI and SELinux are peers. > > > > > > Just as Yama policy is independent of SELinux policy so KRSI policy should > > > > > > be independent of SELinux policy. I understand the argument that BDF programs > > > > > > ought to be constrained by SELinux, but I don't think it's right. Further, > > > > > > we've got unholy layering when security modules call security_ functions. > > > > > > I'm not saying there is no case where it would be appropriate, but this is not > > > > > > one of them. > > > > > > > > > > I explained this previously. The difference is that the BPF programs > > > > > are loaded from a userspace > > > > > process, not a kernel-resident module. They already recognize there > > > > > is a difference here or > > > > > they wouldn't have the CAP_MAC_ADMIN check above in their patch. The > > > > > problem with that > > > > > check is just that CAP_MAC_ADMIN doesn't necessarily mean fully > > > > > privileged with respect to > > > > > SELinux, which is why I want an explicit hook. This gets a NAK from > > > > > me until there is such a hook. > > > > > > > > Doesn't the existing int (*bpf_prog)(struct bpf_prog *prog); cover > > > > SELinux's need here? I.e. it can already examine that a hook is being > > > > created for the LSM (since it has a distinct type, etc)? > > > > > > I was about to say the same, specifically for the BPF use-case, we do > > > have the "bpf_prog" i.e. : > > > > > > "Do a check when the kernel generate and return a file descriptor for > > > eBPF programs." > > > > > > SELinux can implement its policy logic for BPF_PROG_TYPE_LSM by > > > providing a callback for this hook. > > > > Ok. In that case do we really need the capable() check here at all? > > We do not have a specific capable check for BPF_PROG_TYPE_LSM programs > now. There is a general check which requires CAP_SYS_ADMIN when > unprivileged BPF is disabled: > > in kernel/bpf/sycall.c: > > if (sysctl_unprivileged_bpf_disabled && !capable(CAP_SYS_ADMIN)) > return -EPERM; > > AFAIK, Most distros disable unprivileged eBPF. > > Now that I look at this, I think we might need a CAP_MAC_ADMIN check > though as unprivileged BPF being enabled will result in an > unprivileged user being able to load MAC policies. Actually we do have an extra check for loading BPF programs: in kernel/bpf/syscall.c:bpf_prog_load if (type != BPF_PROG_TYPE_SOCKET_FILTER && type != BPF_PROG_TYPE_CGROUP_SKB && !capable(CAP_SYS_ADMIN)) return -EPERM; Do you think we still need a CAP_MAC_ADMIN check for LSM programs? - KP > > - KP