efi_loader: error message if image not authenticated
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 27 Aug 2020 15:51:32 +0000 (17:51 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 6 Sep 2020 19:21:41 +0000 (21:21 +0200)
commit0f7878b853bdc363a930381c42b709b7d24066b5
tree874b51148934b06ebbe5e66375d18f38fe1f1937
parent24586059d3818d812300c77257c5134ddd7e2935
efi_loader: error message if image not authenticated

Currently if the bootefi command fails due to missing authentication, the
user gets no feedback.

Write a log message 'Image not authenticated' if LoadImage() fails due to
missing authentication.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_image_loader.c