projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lib/security: Fix broken if statements in gpg_validate_boot_files()
[petitboot]
/
lib
/
system
/
system.c
diff --git
a/lib/system/system.c
b/lib/system/system.c
index 917d44447532361218eb8939b6870edc9a46a16e..b1121a17a4df6e59ccc9f66541845ed14c49ecb0 100644
(file)
--- a/
lib/system/system.c
+++ b/
lib/system/system.c
@@
-28,6
+28,11
@@
const struct pb_system_apps pb_system_apps = {
.wget = HOST_PROG_WGET,
.ip = HOST_PROG_IP,
.udhcpc = HOST_PROG_UDHCPC,
+ .vgscan = HOST_PROG_VGSCAN,
+ .vgchange = HOST_PROG_VGCHANGE,
+ .pb_plugin = HOST_PROG_PB_PLUGIN,
+ .pb_exec = HOST_PROG_PB_EXEC,
+ .sh = HOST_PROG_SH,
};
#ifndef TFTP_TYPE