mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-26 13:58:37 +00:00
encrypted-storage: use luks as the feature name for current implementation
encrypted-storage layer will include more security features about encrypted storage so the term "encrypted-storage" won't be used to specify a dedicated technology term such as "LUKS". Signed-off-by: Jia Zhang <lans.zhang2008@gmail.com>
This commit is contained in:
@@ -75,14 +75,14 @@ The full features in meta-secure-core can be configured with these definitions
|
||||
in local.conf:
|
||||
|
||||
INITRAMFS_IMAGE = "secure-core-image-initramfs"
|
||||
DISTRO_FEATURES_NATIVE_append += " ima tpm tpm2 efi-secure-boot encrypted-storage"
|
||||
DISTRO_FEATURES_append += " ima tpm tpm2 efi-secure-boot encrypted-storage"
|
||||
DISTRO_FEATURES_NATIVE_append += " ima tpm tpm2 efi-secure-boot luks"
|
||||
DISTRO_FEATURES_append += " ima tpm tpm2 efi-secure-boot luks"
|
||||
SECURE_CORE_IMAGE_EXTRA_INSTALL ?= "\
|
||||
packagegroup-efi-secure-boot \
|
||||
packagegroup-tpm \
|
||||
packagegroup-tpm2 \
|
||||
packagegroup-ima \
|
||||
packagegroup-encrypted-storage \
|
||||
packagegroup-luks \
|
||||
"
|
||||
DEBUG_FLAGS_forcevariable = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user