Re: [RFC PATCH 2/2] pseries: define sysfs interface to expose PKS variables

2022-02-09 Thread Dov Murik
Hi Nayna, On 22/01/2022 2:56, Nayna Jain wrote: > PowerVM guest secure boot intend to use Platform Keystore(PKS) for the > purpose of storing public keys to verify digital signature. > > Define sysfs interface to expose PKS variables to userspace to allow > read/write/add/delete operations.

Re: [PATCH v7 0/5] Allow guest access to EFI confidential computing secret area

2022-02-07 Thread Dov Murik
On 02/02/2022 10:45, Matthew Garrett wrote: > On Wed, Feb 02, 2022 at 09:36:53AM +0100, Gerd Hoffmann wrote: > >> Having a "secrets/" directory looks good to me. Then the individual >> implementations can either add files to the directory, i.e. efi_secrets >> would create "secrets/" files.