Re: [PATCH 1/3] efi_loader: efi_tcg2_register returns appropriate error

2021-12-06 Thread Masahisa Kojima
On Mon, 6 Dec 2021 at 23:08, Ilias Apalodimas wrote: > > On Fri, Dec 03, 2021 at 12:58:13PM +0900, Masahisa Kojima wrote: > > This commit modify efi_tcg2_register() to return the > > appropriate error. > > With this fix, sandbox will not boot because efi_tcg2_register() > > fails due to some

Re: [PATCH 1/3] efi_loader: efi_tcg2_register returns appropriate error

2021-12-06 Thread Ilias Apalodimas
On Fri, Dec 03, 2021 at 12:58:13PM +0900, Masahisa Kojima wrote: > This commit modify efi_tcg2_register() to return the > appropriate error. > With this fix, sandbox will not boot because efi_tcg2_register() > fails due to some missing feature in GetCapabilities. > So disable sandbox if

[PATCH 1/3] efi_loader: efi_tcg2_register returns appropriate error

2021-12-02 Thread Masahisa Kojima
This commit modify efi_tcg2_register() to return the appropriate error. With this fix, sandbox will not boot because efi_tcg2_register() fails due to some missing feature in GetCapabilities. So disable sandbox if EFI_TCG2_PROTOCOL is enabled. UEFI secure boot variable measurement is not directly