Re: [PATCH v2 1/1] efi_loader: update secure state

2020-07-14 Thread ilias . apalodimas
On Tue, Jul 14, 2020 at 06:08:15PM +0200, Heinrich Schuchardt wrote: > Update the UEFI secure state when variable 'PK' is updated in the TEE > variables implementation. > > Signed-off-by: Heinrich Schuchardt > --- > v2: > simplify the logic for handling return codes > --- > lib/efi_loader/

[PATCH v2 1/1] efi_loader: update secure state

2020-07-14 Thread Heinrich Schuchardt
Update the UEFI secure state when variable 'PK' is updated in the TEE variables implementation. Signed-off-by: Heinrich Schuchardt --- v2: simplify the logic for handling return codes --- lib/efi_loader/efi_variable_tee.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/li