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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 6D8FFC83004 for ; Wed, 29 Apr 2020 12:45:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5577B2085B for ; Wed, 29 Apr 2020 12:45:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726844AbgD2Mpf (ORCPT ); Wed, 29 Apr 2020 08:45:35 -0400 Received: from mga18.intel.com ([134.134.136.126]:6136 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726635AbgD2Mpf (ORCPT ); Wed, 29 Apr 2020 08:45:35 -0400 IronPort-SDR: 1OezuQSc8ZwhraGcaEcqlM7mIBvmFim4CGTL58y89AdYxDtLL3UVA0ZdTHGiN9JmZRA4gMsyFU HP+Y/49bBBOg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2020 05:45:34 -0700 IronPort-SDR: CL29WUCbjn5FcsVFr1fS28Pwm2obiJuMImQGbVTjP7oNiaqPdpx7vQFKe2pvYHDsPMz2Lg+lH3 jmCKh0+BvscA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,332,1583222400"; d="scan'208";a="405028365" Received: from amasrati-mobl1.ger.corp.intel.com (HELO [10.214.197.183]) ([10.214.197.183]) by orsmga004.jf.intel.com with ESMTP; 29 Apr 2020 05:45:28 -0700 Subject: Re: [PATCH bpf-next v9 0/8] MAC and Audit policy using eBPF (KRSI) To: KP Singh Cc: open list , bpf , Linux Security Module list , Alexei Starovoitov , Daniel Borkmann , James Morris , Kees Cook , Paul Turner , Jann Horn , Florent Revest , Brendan Jackman , Greg Kroah-Hartman References: <20200329004356.27286-1-kpsingh@chromium.org> <0165887d-e9d0-c03e-18b9-72e74a0cbd59@linux.intel.com> From: Mikko Ylinen Message-ID: Date: Wed, 29 Apr 2020 15:45:27 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On 29/04/2020 15:34, KP Singh wrote: > Thanks for reporting this! Can you share your Kconfig please? This is what I originally started with https://raw.githubusercontent.com/clearlinux-pkgs/linux-mainline/master/config but I also tried your _LSM_ settings found in this https://lore.kernel.org/bpf/20200402040357.GA217889@google.com/ -- Regards, Mikko