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=-14.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1,USER_IN_DEF_DKIM_WL 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 BEE1AC433DB for ; Tue, 9 Mar 2021 00:44:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7CAAC6529C for ; Tue, 9 Mar 2021 00:44:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230127AbhCIAoX (ORCPT ); Mon, 8 Mar 2021 19:44:23 -0500 Received: from linux.microsoft.com ([13.77.154.182]:49586 "EHLO linux.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229980AbhCIAnw (ORCPT ); Mon, 8 Mar 2021 19:43:52 -0500 Received: from [192.168.0.104] (c-73-42-176-67.hsd1.wa.comcast.net [73.42.176.67]) by linux.microsoft.com (Postfix) with ESMTPSA id 69CFE20B26C5; Mon, 8 Mar 2021 16:43:51 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 69CFE20B26C5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1615250631; bh=qgaj09GY0V5g5L11vCqpuOi8J3NxP8iccGBcpg9RWe4=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=KD6L5+yWewUpFeYSraIxQcly6ei8jpbMo9FKd/W/v2pVAaJTBqsFDkKFtcA1ODpL4 t+xlMoFQxtGunzKXXQKEwFW4AkeozO60wp0u+jI65oc7Yh4kSe0Sv9hiubqfV090F/ ZAXmkT3HL3nB6wOJLWqS40FtTzr/acGRqCgu5WsM= Subject: Re: [PATCH v3] selinux: measure state and policy capabilities To: Paul Moore Cc: James Bottomley , zohar@linux.ibm.com, Stephen Smalley , tusharsu@linux.microsoft.com, tyhicks@linux.microsoft.com, casey@schaufler-ca.com, agk@redhat.com, snitzer@redhat.com, gmazyland@gmail.com, sashal@kernel.org, James Morris , linux-integrity@vger.kernel.org, selinux@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210212163709.3139-1-nramas@linux.microsoft.com> <9170636f-1793-2272-e3fe-1551c18edeb9@linux.microsoft.com> From: Lakshmi Ramasubramanian Message-ID: Date: Mon, 8 Mar 2021 16:43:50 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.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 Precedence: bulk List-ID: On 3/8/21 4:42 PM, Paul Moore wrote: > On Fri, Mar 5, 2021 at 2:29 PM Lakshmi Ramasubramanian > wrote: >> On 3/5/21 11:22 AM, Paul Moore wrote: >> >> Hi Paul, >> >>> On Fri, Mar 5, 2021 at 12:57 PM James Bottomley >>> wrote: >>>> On Fri, 2021-03-05 at 12:52 -0500, Paul Moore wrote: >>>> [...] >>>>> This draft seems fine to me, but there is a small logistical blocker >>>>> at the moment which means I can't merge this until -rc2 is released, >>>>> which likely means this coming Monday. The problem is that this >>>>> patch relies on code that went upstream via in the last merge window >>>>> via the IMA tree, not the SELinux tree; normally that wouldn't be a >>>>> problem as I typically rebase the selinux/next to Linus' -rc1 tag >>>>> once the merge window is closed, but in this particular case the -rc1 >>>>> tag is dangerously broken for some system configurations (the tag has >>>>> since been renamed) so I'm not rebasing onto -rc1 this time around. >>>>> >>>>> Assuming that -rc2 fixes the swapfile/fs-corruption problem, early >>>>> next week I'll rebase selinux/next to -rc2 and merge this patch. >>>>> However, if the swapfile bug continues past -rc2 we can consider >>>>> merging this via the IMA tree, but I'd assume not do that if possible >>>>> due to merge conflict and testing reasons. >>>> >>>> If it helps, we rebased the SCSI tree on top of the merge for the >>>> swapfile fix which is this one, without waiting for -rc2: >>> >>> Considering that -rc2 is only two days away I'm not going to lose a >>> lot of sleep over it. >>> >> >> Thanks for reviewing the patch. >> >> I can wait until the swapfile issue is resolved (in rc2 or later) and >> you are able to merge this patch. Please take your time. > > Thanks for your patience Lakshmi, I just merged this into my local > selinux/next branch and will be pushing it up to kernel.org later > tonight - thank you! > Thanks Paul. -lakshmi