diff options
author | Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com> | 2019-07-28 18:31:48 +0300 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-08-04 13:12:41 -0700 |
commit | c9c4e6c228556cc2054a4b49f85b282fd69fc25c (patch) | |
tree | 6e796d2009a9617c1ab2d876150005f8f4d61cb9 /meta-integrity/classes | |
parent | 0a73a14fbb0418b4b563ab987aea424dd1eff815 (diff) | |
download | meta-security-c9c4e6c228556cc2054a4b49f85b282fd69fc25c.tar.gz |
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>
Diffstat (limited to 'meta-integrity/classes')
-rw-r--r-- | meta-integrity/classes/ima-evm-rootfs.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-integrity/classes/ima-evm-rootfs.bbclass b/meta-integrity/classes/ima-evm-rootfs.bbclass index 8aec388..d6ade3b 100644 --- a/meta-integrity/classes/ima-evm-rootfs.bbclass +++ b/meta-integrity/classes/ima-evm-rootfs.bbclass | |||
@@ -1,7 +1,7 @@ | |||
1 | # No default! Either this or IMA_EVM_PRIVKEY/IMA_EVM_X509 have to be | 1 | # No default! Either this or IMA_EVM_PRIVKEY/IMA_EVM_X509 have to be |
2 | # set explicitly in a local.conf before activating ima-evm-rootfs. | 2 | # set explicitly in a local.conf before activating ima-evm-rootfs. |
3 | # To use the insecure (because public) example keys, use | 3 | # To use the insecure (because public) example keys, use |
4 | # IMA_EVM_KEY_DIR = "${IMA_EVM_BASE}/data/debug-keys" | 4 | # IMA_EVM_KEY_DIR = "${INTEGRITY_BASE}/data/debug-keys" |
5 | IMA_EVM_KEY_DIR ?= "IMA_EVM_KEY_DIR_NOT_SET" | 5 | IMA_EVM_KEY_DIR ?= "IMA_EVM_KEY_DIR_NOT_SET" |
6 | 6 | ||
7 | # Private key for IMA signing. The default is okay when | 7 | # Private key for IMA signing. The default is okay when |