summaryrefslogtreecommitdiffstats
path: root/meta-integrity
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 /meta-integrity
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 'meta-integrity')
-rw-r--r--meta-integrity/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-integrity/README.md b/meta-integrity/README.md
index 82db535..8ffd484 100644
--- a/meta-integrity/README.md
+++ b/meta-integrity/README.md
@@ -170,9 +170,9 @@ The following best practices should be applied with using IMA.
170 170
171- The default IMA rules provides the ability of measuring the boot components 171- The default IMA rules provides the ability of measuring the boot components
172 and calculating the aggregate integrity value for attesting. However, this 172 and calculating the aggregate integrity value for attesting. However, this
173 function conflicts with encrypted-storage feature which employs PCR policy 173 function conflicts with the luks feature which employs PCR policy session to
174 session to retrieve the passphrase in a safe way. If both of them are 174 retrieve the passphrase in a safe way. If both of them are enabled, the
175 enabled, the default IMA rules will be not used. 175 default IMA rules will be not used.
176 176
177### Reference 177### Reference
178[Official IMA wiki page](https://sourceforge.net/p/linux-ima/wiki/Home/) 178[Official IMA wiki page](https://sourceforge.net/p/linux-ima/wiki/Home/)