Re: [PATCH] efi_loader: allow disabling EFI secure boot in User Mode

2020-12-04 Thread Paulo Alcantara
Hi Heinrich, Heinrich Schuchardt writes: > On 11/30/20 7:22 PM, Paulo Alcantara wrote: >> Heinrich Schuchardt writes: >> >>> On 11/30/20 3:58 PM, Paulo Alcantara wrote: Introduce a new config option CONFIG_EFI_SECURE_BOOT_VAR_DISABLE to allow disabling EFI secure boot when the platfor

Re: [PATCH] efi_loader: allow disabling EFI secure boot in User Mode

2020-12-03 Thread Heinrich Schuchardt
On 11/30/20 7:22 PM, Paulo Alcantara wrote: Hi Heinrich, Heinrich Schuchardt writes: On 11/30/20 3:58 PM, Paulo Alcantara wrote: Introduce a new config option CONFIG_EFI_SECURE_BOOT_VAR_DISABLE to allow disabling EFI secure boot when the platform is operating in User Mode and there is an NV+

Re: [PATCH] efi_loader: allow disabling EFI secure boot in User Mode

2020-11-30 Thread Paulo Alcantara
Hi Heinrich, Heinrich Schuchardt writes: > On 11/30/20 3:58 PM, Paulo Alcantara wrote: >> Introduce a new config option CONFIG_EFI_SECURE_BOOT_VAR_DISABLE to >> allow disabling EFI secure boot when the platform is operating in User >> Mode and there is an NV+BS EFI variable called "SecureBootDis

Re: [PATCH] efi_loader: allow disabling EFI secure boot in User Mode

2020-11-30 Thread Heinrich Schuchardt
On 11/30/20 3:58 PM, Paulo Alcantara wrote: Introduce a new config option CONFIG_EFI_SECURE_BOOT_VAR_DISABLE to allow disabling EFI secure boot when the platform is operating in User Mode and there is an NV+BS EFI variable called "SecureBootDisable". Otherwise, keep it enabled by default. Hello

[PATCH] efi_loader: allow disabling EFI secure boot in User Mode

2020-11-30 Thread Paulo Alcantara
Introduce a new config option CONFIG_EFI_SECURE_BOOT_VAR_DISABLE to allow disabling EFI secure boot when the platform is operating in User Mode and there is an NV+BS EFI variable called "SecureBootDisable". Otherwise, keep it enabled by default. Signed-off-by: Paulo Alcantara (SUSE) --- lib/efi_