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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 9A1F2C433E0 for ; Wed, 10 Feb 2021 16:13:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 67A6064E66 for ; Wed, 10 Feb 2021 16:13:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231784AbhBJQND (ORCPT ); Wed, 10 Feb 2021 11:13:03 -0500 Received: from bedivere.hansenpartnership.com ([96.44.175.130]:33748 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230005AbhBJQNC (ORCPT ); Wed, 10 Feb 2021 11:13:02 -0500 Received: from localhost (localhost [127.0.0.1]) by bedivere.hansenpartnership.com (Postfix) with ESMTP id C070712800AA; Wed, 10 Feb 2021 08:12:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hansenpartnership.com; s=20151216; t=1612973540; bh=89lf76edSQmfx/4TxVlRidrOpJvFS3onlWzfpqBsiPM=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References:From; b=Zyt+QRJjdgdfUEKt2ywEb3kDyDNZ1DlOv7i5kySMnghwZa4V4AFXRerhtVhHxGgUL DMlfmEJ2Jy9W120dn9AaWEql/nWmhmajiu2C35nAB8/GalhmVZHKiLMWLsTu9sFBhs lvWHia1rICJd7noNiuA0cpMh0iGh7HXGRG5WYg+M= Received: from bedivere.hansenpartnership.com ([127.0.0.1]) by localhost (bedivere.hansenpartnership.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2YwBzT0X9qTq; Wed, 10 Feb 2021 08:12:20 -0800 (PST) Received: from jarvis.int.hansenpartnership.com (unknown [IPv6:2601:600:8280:66d1::c447]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bedivere.hansenpartnership.com (Postfix) with ESMTPSA id 5020812800A0; Wed, 10 Feb 2021 08:12:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hansenpartnership.com; s=20151216; t=1612973540; bh=89lf76edSQmfx/4TxVlRidrOpJvFS3onlWzfpqBsiPM=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References:From; b=Zyt+QRJjdgdfUEKt2ywEb3kDyDNZ1DlOv7i5kySMnghwZa4V4AFXRerhtVhHxGgUL DMlfmEJ2Jy9W120dn9AaWEql/nWmhmajiu2C35nAB8/GalhmVZHKiLMWLsTu9sFBhs lvWHia1rICJd7noNiuA0cpMh0iGh7HXGRG5WYg+M= Message-ID: <781858e64422e78d0285c6762470a3ef3b6a114d.camel@HansenPartnership.com> Subject: Re: [PATCH v15 3/5] security: keys: trusted: fix TPM2 authorizations From: James Bottomley To: David Howells Cc: linux-integrity@vger.kernel.org, Mimi Zohar , Jarkko Sakkinen , David Woodhouse , keyrings@vger.kernel.org Date: Wed, 10 Feb 2021 08:12:19 -0800 In-Reply-To: <1327393.1612972717@warthog.procyon.org.uk> References: <20210127190617.17564-4-James.Bottomley@HansenPartnership.com> <20210127190617.17564-1-James.Bottomley@HansenPartnership.com> <1327393.1612972717@warthog.procyon.org.uk> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.4 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On Wed, 2021-02-10 at 15:58 +0000, David Howells wrote: > James Bottomley wrote: > > > keyctl add trusted kmk "new 32 > > blobauth=f572d396fae9206628714fb2ce00f72e94f2258fkeyhandle=81000001 > > " @u > > I presume there should be a space in there? Um, yes. My screen wraps at 80 characters which has keyhandle= conveniently on the next line. James