mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-20 23:40:05 +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.
|
# set explicitly in a local.conf before activating kernel-modsign.
|
||||||
# To use the insecure (because public) example keys, use
|
# To use the insecure (because public) example keys, use
|
||||||
# MODSIGN_KEY_DIR = "${INTEGRITY_BASE}/data/debug-keys"
|
# 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
|
# Private key for modules signing. The default is okay when
|
||||||
# using the example key directory.
|
# using the example key directory.
|
||||||
|
|||||||
Reference in New Issue
Block a user