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=-0.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 24482C33CB1 for ; Thu, 16 Jan 2020 10:03:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EE49C2073A for ; Thu, 16 Jan 2020 10:03:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="iCXS2zsQ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728901AbgAPKDQ (ORCPT ); Thu, 16 Jan 2020 05:03:16 -0500 Received: from mail-wr1-f65.google.com ([209.85.221.65]:34628 "EHLO mail-wr1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727028AbgAPKDP (ORCPT ); Thu, 16 Jan 2020 05:03:15 -0500 Received: by mail-wr1-f65.google.com with SMTP id t2so18502108wrr.1 for ; Thu, 16 Jan 2020 02:03:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=references:user-agent:from:to:cc:subject:in-reply-to:date :message-id:mime-version; bh=oOAngD5VA2A59XTdFcUxIVFGLgGmINpgGgKrpE5agQI=; b=iCXS2zsQLcLQNq9PY9S+bq9GCcXElPeXa2UTXYzvPsWSssgZBp/B2dGgTLlh8G7Cbf BPpkbZDfSg+fOtm2qr/tH+SskwV593ZqkExv/yq2TWf8lh3b9K10m+pkmRyDHFeoXjac LJTmEuGYfwbU1AoDTjoZcu+Y+ZSPLKETjgbiM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=oOAngD5VA2A59XTdFcUxIVFGLgGmINpgGgKrpE5agQI=; b=Osn1kp0VAAZI7pGzlkcn6PqAts1plO+Yqn6C/ud64uZ97Po9IdsSx/pkjWnb+F5rOD gIn7GAo2r5qqaMu23DJ+9n7w6Fr1mv16MjjXbYypkI/rEkPKhwEKaQTUwmUTNnNQ74oz Lt5O0/gh0g+irQuWcl3p4B3VJx/ywZWfkK7AuUvgFWC0aikC0wtLCwORqqc+GlVqfiWf mU1PWepU0buhQh8R5TMka3zsAuYnp0BHctsEamIJHX7Zs/ihbb3GSswRMVyOZg5mjzdq /ySJGyMP5youg73Is0/pO2zS8I3FuqsRrD1U8OQvungG53ekBzNUvQAKe9afiTc8WhwM PwgA== X-Gm-Message-State: APjAAAXM5D/T9x/cdr/kjAE4QRTIqablT6SQlBAWIH/esopKLKFg16nM PGbTXp+KDKfyBbPJizy5zUmTYA== X-Google-Smtp-Source: APXvYqwHeVTQ8kb2OWT0ql9RSFO2AuIEnDV8UTAu41TTlqATzajQiDoWKO/ImC99bph3/VF7ofuZ5g== X-Received: by 2002:adf:e3c1:: with SMTP id k1mr2305572wrm.151.1579168993846; Thu, 16 Jan 2020 02:03:13 -0800 (PST) Received: from jackmanb.zrh.corp.google.com ([2a00:79e0:42:204:969b:bc6:900a:b44a]) by smtp.gmail.com with ESMTPSA id j12sm28846459wrt.55.2020.01.16.02.03.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Jan 2020 02:03:12 -0800 (PST) References: <20200115171333.28811-1-kpsingh@chromium.org> User-agent: mu4e 1.2.0; emacs 26.3 From: Brendan Jackman To: KP Singh Cc: linux-kernel@vger.kernel.org, bpf@vger.kernel.org, linux-security-module@vger.kernel.org, Alexei Starovoitov , Daniel Borkmann , James Morris , Kees Cook , Thomas Garnier , Michael Halcrow , Paul Turner , Brendan Gregg , Jann Horn , Matthew Garrett , Christian Brauner , =?utf-8?Q?Micka=C3=ABl_Sala=C3=BCn?= , Florent Revest , Martin KaFai Lau , Song Liu , Yonghong Song , "Serge E. Hallyn" , Mauro Carvalho Chehab , "David S. Miller" , Greg Kroah-Hartman , Nicolas Ferre , Stanislav Fomichev , Quentin Monnet , Andrey Ignatov , Joe Stringer Subject: Re: [PATCH bpf-next v2 00/10] MAC and Audit policy using eBPF (KRSI) In-reply-to: <20200115171333.28811-1-kpsingh@chromium.org> Date: Thu, 16 Jan 2020 11:03:12 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: On Wed, Jan 15 2020 at 18:13, KP Singh wrote: > From: KP Singh [...] > KP Singh (10): > bpf: btf: Make some of the API visible outside BTF > bpf: lsm: Add a skeleton and config options > bpf: lsm: Introduce types for eBPF based LSM > bpf: lsm: Add mutable hooks list for the BPF LSM > bpf: lsm: BTF API for LSM hooks > bpf: lsm: Implement attach, detach and execution > bpf: lsm: Make the allocated callback RO+X > tools/libbpf: Add support for BPF_PROG_TYPE_LSM > bpf: lsm: Add selftests for BPF_PROG_TYPE_LSM > bpf: lsm: Add Documentation Just to note internal review cycles at Google; For the whole set: Reviewed-by: Brendan Jackman