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=-13.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,URIBL_BLOCKED,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 B898BC433DF for ; Fri, 31 Jul 2020 21:31:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8D5FC22B42 for ; Fri, 31 Jul 2020 21:31:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="XWFKsrXf" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728491AbgGaVbZ (ORCPT ); Fri, 31 Jul 2020 17:31:25 -0400 Received: from linux.microsoft.com ([13.77.154.182]:41538 "EHLO linux.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727995AbgGaVbY (ORCPT ); Fri, 31 Jul 2020 17:31:24 -0400 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 4A3CB20B4908; Fri, 31 Jul 2020 14:31:24 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4A3CB20B4908 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1596231084; bh=S4cTyhHoE+e/ZUW8inxxRdk7qNFQf+4rRLYkoIY0bi0=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=XWFKsrXff+XTGjLVr0uyHzTS4nxNB+vGdgDR0Le89hWAKGSMsXDUzUyeeakkeA0WE 3gFxaJtt6+MrdgBMhwAgHdGk5VTCa8eGweHT8CEp/6oljeLIUEsJvMDAACH996G+aj lEEkjnlSEyvAuyv7J89ZJB1TUzCgXTHefgzomK8c= Subject: Re: [PATCH] IMA: Add a test to verify importing a certificate into custom keyring To: Petr Vorel , Lachlan Sneff Cc: zohar@linux.ibm.com, ltp@lists.linux.it, balajib@linux.microsoft.com, linux-integrity@vger.kernel.org References: <20200717205721.18173-1-t-josne@linux.microsoft.com> <20200731080221.GA14041@dell5510> From: Lakshmi Ramasubramanian Message-ID: Date: Fri, 31 Jul 2020 14:31:23 -0700 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: <20200731080221.GA14041@dell5510> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On 7/31/20 1:02 AM, Petr Vorel wrote: Hi Petr, >> A test for verifying importing an x509 certificate into a keyring and >> validating the key measurement performed by IMA is needed. > > I suppose you're going to send new version of this patch (rebased + fix > according to Mimi's comments). > > IMHO that should be your last not yet merged patch. > > FYI: I'm planning to fix ima_tpm.sh and then implement autoloading IMA policy > (when possible). > Yes - Lachlan will send the new version of the patch set (rebased to your latest changes and also addressing Mimi's comments). thanks, -lakshmi