[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/1] commands/efi/lsefisystab: short text EFI_IMAGE_SECURITY_
From: |
Daniel Kiper |
Subject: |
Re: [PATCH 1/1] commands/efi/lsefisystab: short text EFI_IMAGE_SECURITY_DATABASE_GUID |
Date: |
Tue, 1 Mar 2022 16:26:37 +0100 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Tue, Mar 01, 2022 at 12:14:31PM +0100, Heinrich Schuchardt wrote:
> The EFI_IMAGE_SECURITY_DATABASE_GUID is used for the image execution
> information table (cf. UEFI specification 2.9, 32.5.3.1 Using The Image
> Execution Information Table).
>
> The lsefisystab command is used to display installed EFI configuration
> tables. Currently it only shows the GUID but not a short text for the
> table.
>
> Provide a short text for the EFI_IMAGE_SECURITY_DATABASE_GUID.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Daniel