commit | 33abdb98367592d6074639d6b076076d92319f82 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jan 09 02:09:44 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jan 13 02:38:00 2021 +0100 |
tree | 01caa0e8ebb49083099af3c42c3c95f65ed8958a | |
parent | 45c0792c0208f2874a36b8730401ddbbb607cb75 [diff] |
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>