sbvarsign: First cut of a variable-signing tool

Add sbvarsign, to sign variables to be passed to the efivars filesystem.

Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
This commit is contained in:
Jeremy Kerr 2012-07-31 09:34:37 +08:00
parent b0ef29caaf
commit 953b00481f
5 changed files with 706 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
ccan_modules="talloc read_write_all build_assert"
ccan_modules="talloc read_write_all build_assert array_size"
# Add ccan upstream sources
if [ ! -e lib/ccan.git/Makefile ]