Linux Integrity Measurement development
 help / color / mirror / Atom feed
* Question on loading trusted key with keyctl command
@ 2022-12-19 10:20 Sughosh Ganu
  2022-12-19 11:43 ` Mimi Zohar
  2022-12-19 12:50 ` James Bottomley
  0 siblings, 2 replies; 10+ messages in thread
From: Sughosh Ganu @ 2022-12-19 10:20 UTC (permalink / raw)
  To: linux-integrity

hi,
I am trying to enable the evm hmac solution on my qemu arm64 virt
platform running Debian. I am using the swtpm 2.0 implementation for
the TPM trusted source. Before I get into trying out the evm hmac
solution on the target system, I wanted to check creating the trusted
and encrypted keys.  Other details on my set up are as follows

Distro - Debian 11
TPM - swtpm
Linux kernel - Linux version 6.1.0-13032, commit 77856d911a8c [1]
keyctl --version
keyctl from keyutils-1.6.1 (Built 2020-02-10)

When trying to follow the steps highlighted in the
Documentation/security/keys/trusted-encrypted.rst, I can generate the
trusted key. However, when I try to load the trusted key using the
command shown in the document, it throws an error. Has there been a
change in the code, or am I missing some step when trying to load the
trusted key?

Steps that I am following (after having created the SRK).

# keyctl add trusted kmk "new 32 keyhandle=0x81000001" @u
# keyctl show
Session Keyring
 442944693 --alswrv      0     0  keyring: _ses
 925986946 --alswrv      0 65534   \_ keyring: _uid.0
 401286062 --alswrv      0     0       \_ trusted: kmk
# keyctl pipe 401286062 > kmk.blob
# keyctl add trusted kmk "load `cat kmk.blob` keyhandle=0x81000001" @u
add_key: Invalid argument

-sughosh

[1] - I enable trusted and encrypted keys above the said commit

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-12-20 15:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-19 10:20 Question on loading trusted key with keyctl command Sughosh Ganu
2022-12-19 11:43 ` Mimi Zohar
2022-12-19 12:50 ` James Bottomley
2022-12-20  6:33   ` Sughosh Ganu
2022-12-20 12:50     ` James Bottomley
2022-12-20 13:54       ` Mimi Zohar
2022-12-20 14:03         ` James Bottomley
2022-12-20 14:13           ` Mimi Zohar
2022-12-20 14:23             ` James Bottomley
2022-12-20 15:40               ` Mimi Zohar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox