tools: efivar.py should check GUID when deleting
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 9 Jan 2021 01:09:44 +0000 (02:09 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 13 Jan 2021 01:38:00 +0000 (02:38 +0100)
commit33abdb98367592d6074639d6b076076d92319f82
tree01caa0e8ebb49083099af3c42c3c95f65ed8958a
parent45c0792c0208f2874a36b8730401ddbbb607cb75
tools: efivar.py should check GUID when deleting

When deleting a variable we must check that the GUID provided by the
user matches the GUID of the variable.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
tools/efivar.py