commit | 9ef82e29478c76f17b536f8f289fd0406067ab01 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Aug 25 19:13:24 2021 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Sep 04 12:03:57 2021 +0200 |
tree | 50276c339c16fc0dddce721de81515e980c4a89b | |
parent | f3a343d7339acf1d531e438e15fef3c7975cfdcf [diff] |
efi_loader: don't load signature database from file The UEFI specification requires that the signature database may only be stored in tamper-resistant storage. So these variable may not be read from an unsigned file. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>