Re: [PATCH v2 5/6] efi_loader: writing AuditMode, DeployedMode

2021-08-27 Thread Ilias Apalodimas
On Fri, Aug 27, 2021 at 06:09:25AM +0200, Heinrich Schuchardt wrote: > On 8/27/21 5:05 AM, AKASHI Takahiro wrote: > > Heinrich, > > > > On Thu, Aug 26, 2021 at 03:48:04PM +0200, Heinrich Schuchardt wrote: > > > Writing variables AuditMode or Deployed Mode must update the secure boot > > > state. >

Re: [PATCH v2 5/6] efi_loader: writing AuditMode, DeployedMode

2021-08-26 Thread Heinrich Schuchardt
On 8/27/21 5:05 AM, AKASHI Takahiro wrote: Heinrich, On Thu, Aug 26, 2021 at 03:48:04PM +0200, Heinrich Schuchardt wrote: Writing variables AuditMode or Deployed Mode must update the secure boot state. Signed-off-by: Heinrich Schuchardt --- v2: correct variable name in lib/efi_loader/

Re: [PATCH v2 5/6] efi_loader: writing AuditMode, DeployedMode

2021-08-26 Thread AKASHI Takahiro
Heinrich, On Thu, Aug 26, 2021 at 03:48:04PM +0200, Heinrich Schuchardt wrote: > Writing variables AuditMode or Deployed Mode must update the secure boot > state. > > Signed-off-by: Heinrich Schuchardt > --- > v2: > correct variable name in lib/efi_loader/efi_variable_tee.c > --- > includ