summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJia Zhang <lans.zhang2008@gmail.com>2017-08-20 15:31:11 +0800
committerJia Zhang <lans.zhang2008@gmail.com>2017-08-20 15:31:11 +0800
commitb1e14f4e88be503f91db9c51c89a5a9f5e30de91 (patch)
treecfa6161eb622b85b5413db8bc99bcf6aef7828cc /README
parentcbdefad44c474bd8a6c987442ccc0d6d11234c68 (diff)
downloadmeta-secure-core-b1e14f4e88be503f91db9c51c89a5a9f5e30de91.tar.gz
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>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index e4402f8..9fbdcea 100644
--- a/README
+++ b/README
@@ -75,14 +75,14 @@ The full features in meta-secure-core can be configured with these definitions
75in local.conf: 75in local.conf:
76 76
77INITRAMFS_IMAGE = "secure-core-image-initramfs" 77INITRAMFS_IMAGE = "secure-core-image-initramfs"
78DISTRO_FEATURES_NATIVE_append += " ima tpm tpm2 efi-secure-boot encrypted-storage" 78DISTRO_FEATURES_NATIVE_append += " ima tpm tpm2 efi-secure-boot luks"
79DISTRO_FEATURES_append += " ima tpm tpm2 efi-secure-boot encrypted-storage" 79DISTRO_FEATURES_append += " ima tpm tpm2 efi-secure-boot luks"
80SECURE_CORE_IMAGE_EXTRA_INSTALL ?= "\ 80SECURE_CORE_IMAGE_EXTRA_INSTALL ?= "\
81 packagegroup-efi-secure-boot \ 81 packagegroup-efi-secure-boot \
82 packagegroup-tpm \ 82 packagegroup-tpm \
83 packagegroup-tpm2 \ 83 packagegroup-tpm2 \
84 packagegroup-ima \ 84 packagegroup-ima \
85 packagegroup-encrypted-storage \ 85 packagegroup-luks \
86" 86"
87DEBUG_FLAGS_forcevariable = "" 87DEBUG_FLAGS_forcevariable = ""
88 88