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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7575C7EE31 for ; Wed, 24 May 2023 01:27:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234454AbjEXB1i (ORCPT ); Tue, 23 May 2023 21:27:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230411AbjEXB1i (ORCPT ); Tue, 23 May 2023 21:27:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA74FE5; Tue, 23 May 2023 18:27:36 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 561336335A; Wed, 24 May 2023 01:27:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 40E5AC433D2; Wed, 24 May 2023 01:27:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684891655; bh=+WcFC3ZuBzCMetAlFyxcdTIwCfk0qpdjVDSSvtNKS3M=; h=Date:Cc:Subject:From:To:References:In-Reply-To:From; b=nmPqrTziLWzeDSATIBbVYaSRpqJm5R5V5zJ5gdXOH/10p7Zk4GHv+v6YYM8eNQYAl HpS4IdhrCQoNjOxp9ccPy13BPzPC7a82Btszq0X0ugEmPc96q9kJx2HpWN1C85icID 0EAzBih2mD0AhZQ542Ix0b4Poxtv325UFDx9KhDgoeQO3ir/JLH9AxVSmtop97eOr3 BhW6C4zJLuo/QaxSAgdtZU9Ki8fywfKDeC9A0PMIRSvrCc8gMU6tVH/U7ZyCVXGWmF W0IobLGj2N9PznD1qozRNTngHXBCNHKp5x8FBjhAGsruZOB5Cf7I/DcAaexQemYP9X s550Im4AvkCSA== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 24 May 2023 04:27:30 +0300 Message-Id: Cc: , , , , , , , , , , , , , Subject: Re: [PATCH v2 2/3] integrity: Enforce digitalSignature usage in the ima and evm keyrings From: "Jarkko Sakkinen" To: "Jarkko Sakkinen" , "Mimi Zohar" , "Eric Snowberg" , , X-Mailer: aerc 0.14.0 References: <20230522230944.180389-1-eric.snowberg@oracle.com> <20230522230944.180389-3-eric.snowberg@oracle.com> In-Reply-To: Precedence: bulk List-ID: On Wed May 24, 2023 at 4:22 AM EEST, Jarkko Sakkinen wrote: > On Wed May 24, 2023 at 1:01 AM EEST, Mimi Zohar wrote: > > On Mon, 2023-05-22 at 19:09 -0400, Eric Snowberg wrote: > > > After being vouched for by a system keyring, only allow keys into the= .ima > > > and .evm keyrings that have the digitalSignature usage field set. > > >=20 > > > Link: https://lore.kernel.org/all/41dffdaeb7eb7840f7e38bc691fbda83663= 5c9f9.camel@linux.ibm.com > > > Suggested-by: Mimi Zohar > > > Signed-off-by: Eric Snowberg > > > Acked-by: Mimi Zohar > > > > Jarrko, similarly please update the above tag to Acked-and-test-by. > > OK, cool, I'll pick this series, thanks. Please check https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-t= pmdd.git BR, Jarkko