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=-3.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,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 58688C43214 for ; Tue, 31 Aug 2021 13:50:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3DD0B6056B for ; Tue, 31 Aug 2021 13:50:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239849AbhHaNvQ (ORCPT ); Tue, 31 Aug 2021 09:51:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56418 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238974AbhHaNvB (ORCPT ); Tue, 31 Aug 2021 09:51:01 -0400 Received: from mail-ed1-x52c.google.com (mail-ed1-x52c.google.com [IPv6:2a00:1450:4864:20::52c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3D408C0617A8 for ; Tue, 31 Aug 2021 06:50:03 -0700 (PDT) Received: by mail-ed1-x52c.google.com with SMTP id g22so26916655edy.12 for ; Tue, 31 Aug 2021 06:50:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paul-moore-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=zPX1Cx6i1wGAaNv/FyWRibhoHk490fta5weo1iPmB0Q=; b=1dVdeB6E9D4+m134wRVReiHxIto9X5gCIKMBqQuRf87ES60DlT5paBnu3uA0Wer4x2 ny9wiMkfWtxR/Jww/CTgv66he1SAsLUUk4ZAaPnUDD7UQXXtjtzbdc+HxNbFcOEoioPZ sWNnXfuuI79IjoTQAcbKSmuJHP3Pa07T+UStcaM7PpYUDsRZ3uWHw5aadzlmR7mU2GZH bnWGy6bUdTewhMMNj8Hj6SXb1IQeqDl6BCCCD4dcaRuCou3iF3gxiKz6qIn1+GeXI9aR espETnz/DEToQCnl5tcSCsCNxkJSLAEYfd4DKxlRK25cwk2hHeKRLRS2xX8IbcrVxPCv 7M6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=zPX1Cx6i1wGAaNv/FyWRibhoHk490fta5weo1iPmB0Q=; b=nFPF2HrKVUizbUcduxfaDR0aouWztDjbJmcCZ4FcZHd2tsi27Wd72RIiO/tKu6VP3q LLN1CEsK+hwBnFZhxo8Rq7/Wo/Lbl0XVL5fSpCmpgKppNhrtpv4LrnFnCesakrrrRv9y fpcyFWLmy4/MiDQ4PvCtRkbcfjYvhv7V9CPxleLhlQSbQQ6gmmNr+x74GP86OqE5/RNq hYqWSoPUL6bjOomoxPsc9jOQ9m3EffzFwtLiYTHstFhZgf7rUgMtvmT31hzlfUfq86yB VpNbUP7h+0/zeBIg9ipCCccMjv6RgCnNjc0acAVgBs6B1vDzKf1hi+LIz5o4Z10LMy+W pUag== X-Gm-Message-State: AOAM530IX3C+ELOhzY+UaUSOvrI01YjwmGt2QXldgLmXXfaiwP1APMDU 4LQzSrLgWs+WSXL+njz6pkecrTvouafR9WHzNHXc X-Google-Smtp-Source: ABdhPJyGDT7sjKnvAaslCh6VU3oeZudwS5qG9rubETPaZxPkqNoONMqbRw1AEONbP0PiecvVT5WPlpdCnWvYhqaPj8Q= X-Received: by 2002:a05:6402:4cf:: with SMTP id n15mr30404106edw.269.1630417801745; Tue, 31 Aug 2021 06:50:01 -0700 (PDT) MIME-Version: 1.0 References: <20210616085118.1141101-1-omosnace@redhat.com> In-Reply-To: From: Paul Moore Date: Tue, 31 Aug 2021 09:49:50 -0400 Message-ID: Subject: Re: [PATCH v3] lockdown,selinux: fix wrong subject in some SELinux lockdown checks To: Ondrej Mosnacek Cc: Linux Security Module list , James Morris , Steven Rostedt , Ingo Molnar , Steffen Klassert , Herbert Xu , "David S . Miller" , Stephen Smalley , SElinux list , linuxppc-dev@lists.ozlabs.org, x86@kernel.org, linux-acpi@vger.kernel.org, linux-cxl@vger.kernel.org, linux-efi@vger.kernel.org, Linux FS Devel , linux-pci@vger.kernel.org, linux-pm@vger.kernel.org, linux-serial@vger.kernel.org, bpf , network dev , kexec@lists.infradead.org, Linux kernel mailing list , Casey Schaufler , Michael Ellerman Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, Aug 31, 2021 at 5:08 AM Ondrej Mosnacek wrote: > Can we move this forward somehow, please? As mentioned previously, I can merge this via the SELinux tree but I need to see some ACKs from the other subsystems first, not to mention some resolution to the outstanding questions. -- paul moore www.paul-moore.com