mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 16:59:28 +00:00
meta-integrity: rename IMA_EVM_BASE to INTEGRITY_BASE
data/debug-keys will be reused for demo modsign keys, so rename IMA_EVM_BASE to more generic INTEGRITY_BASE. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com>
This commit is contained in:
committed by
Armin Kuster
parent
0a73a14fbb
commit
c9c4e6c228
@@ -1,7 +1,7 @@
|
||||
# No default! Either this or IMA_EVM_PRIVKEY/IMA_EVM_X509 have to be
|
||||
# set explicitly in a local.conf before activating ima-evm-rootfs.
|
||||
# To use the insecure (because public) example keys, use
|
||||
# IMA_EVM_KEY_DIR = "${IMA_EVM_BASE}/data/debug-keys"
|
||||
# IMA_EVM_KEY_DIR = "${INTEGRITY_BASE}/data/debug-keys"
|
||||
IMA_EVM_KEY_DIR ?= "IMA_EVM_KEY_DIR_NOT_SET"
|
||||
|
||||
# Private key for IMA signing. The default is okay when
|
||||
|
||||
Reference in New Issue
Block a user