Re: [PATCH v2 4/9] efi_loader: ease the file path check for public key

2021-08-01 Thread AKASHI Takahiro
On Sun, Aug 01, 2021 at 11:35:15AM +0200, Heinrich Schuchardt wrote: > On 7/27/21 11:10 AM, AKASHI Takahiro wrote: > > The check for CONFIG_EFI_CAPSULE_KEY_PATH: > > ifeq ("$(wildcard $(EFI_CAPSULE_KEY_PATH))","") > > does not allow users to specify a relative path for including a public > > k

Re: [PATCH v2 4/9] efi_loader: ease the file path check for public key

2021-08-01 Thread Heinrich Schuchardt
On 7/27/21 11:10 AM, AKASHI Takahiro wrote: The check for CONFIG_EFI_CAPSULE_KEY_PATH: ifeq ("$(wildcard $(EFI_CAPSULE_KEY_PATH))","") does not allow users to specify a relative path for including a public key binary. This is fine for most of all cases, but it will make it difficult to add p

[PATCH v2 4/9] efi_loader: ease the file path check for public key

2021-07-27 Thread AKASHI Takahiro
The check for CONFIG_EFI_CAPSULE_KEY_PATH: ifeq ("$(wildcard $(EFI_CAPSULE_KEY_PATH))","") does not allow users to specify a relative path for including a public key binary. This is fine for most of all cases, but it will make it difficult to add pytest test cases as pre-created keys/certificat