commit | 3a280333b10127e15224c886c2fa174b8425a16d | [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 | 41bc6016d9b7b5129dd4d9c42e40a1af96c6754b [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>