diff mbox

[3/3] uefi: uefidump: add support for KEK, KEKDefault, PK, PKDefault global variables scan (LP:#1247749)

Message ID 1383890218-11659-1-git-send-email-ivan.hu@canonical.com
State Accepted
Headers show

Commit Message

Ivan Hu Nov. 8, 2013, 5:56 a.m. UTC
Add the support for the global variables KEK, KEKDefault, PK and PKDefault
scan, using the same signaturedatabase function.

Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
---
 src/uefi/uefidump/uefidump.c |    2 ++
 1 file changed, 2 insertions(+)

Comments

Colin Ian King Nov. 8, 2013, 9:12 a.m. UTC | #1
On 08/11/13 05:56, Ivan Hu wrote:
> Add the support for the global variables KEK, KEKDefault, PK and PKDefault
> scan, using the same signaturedatabase function.
> 
> Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
> ---
>  src/uefi/uefidump/uefidump.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/src/uefi/uefidump/uefidump.c b/src/uefi/uefidump/uefidump.c
> index 166d968..0eb48e7 100644
> --- a/src/uefi/uefidump/uefidump.c
> +++ b/src/uefi/uefidump/uefidump.c
> @@ -963,6 +963,8 @@ static uefidump_info uefidump_info_table[] = {
>  	{ "VendorKeys",		uefidump_info_vendor_keys },
>  	{ "DriverOrder",	uefidump_info_driverorder },
>  	{ "db",			uefidump_info_signaturedatabase },
> +	{ "KEK",		uefidump_info_signaturedatabase },
> +	{ "PK",			uefidump_info_signaturedatabase },
>  	{ NULL, NULL }
>  };
>  
> 
Acked-by: Colin Ian King <colin.king@canonical.com>
Alex Hung Nov. 11, 2013, 3 a.m. UTC | #2
On 11/08/2013 01:56 PM, Ivan Hu wrote:
> Add the support for the global variables KEK, KEKDefault, PK and PKDefault
> scan, using the same signaturedatabase function.
>
> Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
> ---
>   src/uefi/uefidump/uefidump.c |    2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/src/uefi/uefidump/uefidump.c b/src/uefi/uefidump/uefidump.c
> index 166d968..0eb48e7 100644
> --- a/src/uefi/uefidump/uefidump.c
> +++ b/src/uefi/uefidump/uefidump.c
> @@ -963,6 +963,8 @@ static uefidump_info uefidump_info_table[] = {
>   	{ "VendorKeys",		uefidump_info_vendor_keys },
>   	{ "DriverOrder",	uefidump_info_driverorder },
>   	{ "db",			uefidump_info_signaturedatabase },
> +	{ "KEK",		uefidump_info_signaturedatabase },
> +	{ "PK",			uefidump_info_signaturedatabase },
>   	{ NULL, NULL }
>   };
>
>

Acked-by: Alex Hung <alex.hung@canonical.com>
diff mbox

Patch

diff --git a/src/uefi/uefidump/uefidump.c b/src/uefi/uefidump/uefidump.c
index 166d968..0eb48e7 100644
--- a/src/uefi/uefidump/uefidump.c
+++ b/src/uefi/uefidump/uefidump.c
@@ -963,6 +963,8 @@  static uefidump_info uefidump_info_table[] = {
 	{ "VendorKeys",		uefidump_info_vendor_keys },
 	{ "DriverOrder",	uefidump_info_driverorder },
 	{ "db",			uefidump_info_signaturedatabase },
+	{ "KEK",		uefidump_info_signaturedatabase },
+	{ "PK",			uefidump_info_signaturedatabase },
 	{ NULL, NULL }
 };