commit | 99bfab8b5832273d66d724f906be43fe5bd7c1ba | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jul 15 12:40:35 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jul 16 12:37:02 2020 +0200 |
tree | 9c31dac5088f5e5f1406cb7b72c6c2f25a42da77 | |
parent | be66b89da30670a6a90d07742305d89ed3ccd46e [diff] |
efi_loader: identify PK, KEK, db, dbx correctly To determine if a varible is on the of the authentication variables PK, KEK, db, dbx we have to check both the name and the GUID. Provide a function converting the variable-name/guid pair to an enum and use it consistently. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>