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, 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 8D0E2C433E2 for ; Fri, 28 Aug 2020 12:41:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 753882078A for ; Fri, 28 Aug 2020 12:41:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729332AbgH1Mln (ORCPT ); Fri, 28 Aug 2020 08:41:43 -0400 Received: from mx2.suse.de ([195.135.220.15]:59880 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729363AbgH1Mkv (ORCPT ); Fri, 28 Aug 2020 08:40:51 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 1C508B134; Fri, 28 Aug 2020 12:41:20 +0000 (UTC) Date: Fri, 28 Aug 2020 14:40:45 +0200 From: Petr Vorel To: Mimi Zohar Cc: ltp@lists.linux.it, Lachlan Sneff , Lakshmi Ramasubramanian , Mimi Zohar , linux-integrity@vger.kernel.org Subject: Re: [LTP v4 4/5] IMA: Add a test to verify measurement of certificate imported into a keyring Message-ID: <20200828124045.GA15355@dell5510> Reply-To: Petr Vorel References: <20200820090824.3033-1-pvorel@suse.cz> <20200820090824.3033-5-pvorel@suse.cz> <20200827132354.GA20439@dell5510> <20200827135503.GA11990@dell5510> <20200827225417.GA29921@dell5510> <20200828060554.GB15251@dell5510> <009fac799e088345fbddc7ca7456e19a87d893da.camel@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <009fac799e088345fbddc7ca7456e19a87d893da.camel@linux.ibm.com> Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org Hi Mimi, ... > > Anything else? > > After that I'll work on ima_tpm.sh and after on policy automatic loading. > > BTW there are also plans for reboot support [1] [2], that could be used as > > workaround for configuration without CONFIG_IMA_READ_POLICY=y and > > CONFIG_IMA_WRITE_POLICY=y. > > [1] http://lists.linux.it/pipermail/ltp/2020-August/018636.html > > [2] http://lists.linux.it/pipermail/ltp/2020-August/018658.html > Sounds good! > Reviewed-by: Mimi Zohar for the entire patch set. Thanks a lot for your review and testing! Merged the rest of the patchset (first commit was already merged on Monday). Kind regards, Petr From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Fri, 28 Aug 2020 14:40:45 +0200 Subject: [LTP] [LTP v4 4/5] IMA: Add a test to verify measurement of certificate imported into a keyring In-Reply-To: <009fac799e088345fbddc7ca7456e19a87d893da.camel@linux.ibm.com> References: <20200820090824.3033-1-pvorel@suse.cz> <20200820090824.3033-5-pvorel@suse.cz> <20200827132354.GA20439@dell5510> <20200827135503.GA11990@dell5510> <20200827225417.GA29921@dell5510> <20200828060554.GB15251@dell5510> <009fac799e088345fbddc7ca7456e19a87d893da.camel@linux.ibm.com> Message-ID: <20200828124045.GA15355@dell5510> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Mimi, ... > > Anything else? > > After that I'll work on ima_tpm.sh and after on policy automatic loading. > > BTW there are also plans for reboot support [1] [2], that could be used as > > workaround for configuration without CONFIG_IMA_READ_POLICY=y and > > CONFIG_IMA_WRITE_POLICY=y. > > [1] http://lists.linux.it/pipermail/ltp/2020-August/018636.html > > [2] http://lists.linux.it/pipermail/ltp/2020-August/018658.html > Sounds good! > Reviewed-by: Mimi Zohar for the entire patch set. Thanks a lot for your review and testing! Merged the rest of the patchset (first commit was already merged on Monday). Kind regards, Petr