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:
parent
b0ef29caaf
commit
953b00481f
5 changed files with 706 additions and 3 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue