commit | 7ffa17ac41592fec3ebb7143e672662dd37dd0ef | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Apr 14 11:51:46 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Apr 16 08:12:47 2020 +0200 |
tree | 8d7facab22e3abcfdc77af855097fd4b1935587f | |
parent | 8d494f6cc9e176ad6393f4c4c4589ae080bb93ce [diff] |
cmd: env: use appropriate guid for authenticated UEFI variable A signature database variable is associated with a specific guid. For convenience, if user doesn't supply any guid info, "env set|print -e" should complement it. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>