Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp3241554pxa; Tue, 18 Aug 2020 10:01:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJypufWNeOfzdyH7fy9BA/j8KJbV55G+Gw85B1P3EDnWjImh0jQG1husaFbEn9ccVsyecCFd X-Received: by 2002:a50:e611:: with SMTP id y17mr20064183edm.376.1597770100329; Tue, 18 Aug 2020 10:01:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597770100; cv=none; d=google.com; s=arc-20160816; b=CgnORbgtecnoPQdQhP1hz5UnzVN2ABjg3u4mkyNA76VbjMWDWvPF4B5MFUljlBTjDO 82KJg6Ch12BCxltkFviiaQhifFTXb+QMVEjHUfuZDxuTd0nqTFMW+/i6BE8uu7NkOdOu zoJV33SJxfr1OkqJ80Fbf544XwS9LmQ8jhhob/3UJjzUnAy4eOyyyEKNP15uc71b8qCi Lumn1o8QFbAtFnWsYtcryksVBfIb7FjqrWNwU5eFGfmJvQDSXqo5n05cGSct2Wif51q9 GReBd2lDChfRJ0f1mwGa21uOaRV/ggcQScCHtg0SxRtcpn1u8nvNprEYcfsnKS1uXTK/ +AYA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=3tuB07BY8Jv1dCRcq0X6FK7QsLnooMIfxLWygLWyBoc=; b=R6FEqaMuD9bb/agU5P1RulQ+6SQMV0z/YWDPqvEkNF6ux1kmCeCH6A24E8DMyNkAQl 7RjzXdBpCoTPodyOTK6TOmaYf5Pn5vAdBGBs4agry9H8AIfHtGyQG/yIVfXbIp74GIEg 7SSSBXHB0eWKTFI3u+7VRZLEAj6UQwnJgendVBs+dF3EXMF7QqPuurVQiAzmzL/nkbPy piJIVpkNNDB47C1aZSih51GjUNif4uftR9IMChFITDKPAS1gKh23RrXGCN/WEubXxWjc sncCBFou2gEJJTkP/LQlM35gUhIZnOpVPAR96KQhFQxNfe8WXVYcLp5sOLLpIk6G+CoP ebFQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a23si14140150edn.432.2020.08.18.10.01.16; Tue, 18 Aug 2020 10:01:40 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728367AbgHRRAl (ORCPT + 99 others); Tue, 18 Aug 2020 13:00:41 -0400 Received: from mx2.suse.de ([195.135.220.15]:44284 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726930AbgHRRAe (ORCPT ); Tue, 18 Aug 2020 13:00:34 -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 89043AC83; Tue, 18 Aug 2020 17:00:58 +0000 (UTC) From: Coly Li To: keyrings@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Coly Li , Dan Williams , James Bottomley , Jarkko Sakkinen , Mimi Zohar , Stefan Berger Subject: [PATCH v3] docs: trusted-encrypted.rst: update parameters for command examples Date: Wed, 19 Aug 2020 01:00:02 +0800 Message-Id: <20200818170002.38145-1-colyli@suse.de> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The parameters in command examples for tpm2_createprimary and tpm2_evictcontrol are outdated, people (like me) are not able to create trusted key by these command examples. This patch updates the parameters of command example tpm2_createprimary and tpm2_evictcontrol in trusted-encrypted.rst. With Linux kernel v5.8 and tpm2-tools-4.1, people can create a trusted key by following the examples in this document. Signed-off-by: Coly Li Cc: Dan Williams Cc: James Bottomley Cc: Jarkko Sakkinen Cc: Mimi Zohar Cc: Stefan Berger --- Changelog: v3: update commit log with review comments from Jarkko Sakkinen. v2: remove the change of trusted key related operation. v1: initial version. Documentation/security/keys/trusted-encrypted.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/security/keys/trusted-encrypted.rst b/Documentation/security/keys/trusted-encrypted.rst index 9483a7425ad5..1da879a68640 100644 --- a/Documentation/security/keys/trusted-encrypted.rst +++ b/Documentation/security/keys/trusted-encrypted.rst @@ -39,10 +39,9 @@ With the IBM TSS 2 stack:: Or with the Intel TSS 2 stack:: - #> tpm2_createprimary --hierarchy o -G rsa2048 -o key.ctxt + #> tpm2_createprimary --hierarchy o -G rsa2048 -c key.ctxt [...] - handle: 0x800000FF - #> tpm2_evictcontrol -c key.ctxt -p 0x81000001 + #> tpm2_evictcontrol -c key.ctxt 0x81000001 persistentHandle: 0x81000001 Usage:: -- 2.26.2