mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
meta-integrity: kernel-modsign: Change weak default value
Assign a weak default value for MODSIGN_KEY_DIR so the other layers can set a default value for them as well. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
c71c237d51
commit
ab90741aa2
@@ -2,7 +2,7 @@
|
||||
# set explicitly in a local.conf before activating kernel-modsign.
|
||||
# To use the insecure (because public) example keys, use
|
||||
# MODSIGN_KEY_DIR = "${INTEGRITY_BASE}/data/debug-keys"
|
||||
MODSIGN_KEY_DIR ?= "MODSIGN_KEY_DIR_NOT_SET"
|
||||
MODSIGN_KEY_DIR ??= "MODSIGN_KEY_DIR_NOT_SET"
|
||||
|
||||
# Private key for modules signing. The default is okay when
|
||||
# using the example key directory.
|
||||
|
||||
Reference in New Issue
Block a user