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:
Jia Zhang
2017-08-20 15:31:11 +08:00
parent cbdefad44c
commit b1e14f4e88
14 changed files with 29 additions and 30 deletions
+3 -3
View File
@@ -170,9 +170,9 @@ The following best practices should be applied with using IMA.
- The default IMA rules provides the ability of measuring the boot components
and calculating the aggregate integrity value for attesting. However, this
function conflicts with encrypted-storage feature which employs PCR policy
session to retrieve the passphrase in a safe way. If both of them are
enabled, the default IMA rules will be not used.
function conflicts with the luks feature which employs PCR policy session to
retrieve the passphrase in a safe way. If both of them are enabled, the
default IMA rules will be not used.
### Reference
[Official IMA wiki page](https://sourceforge.net/p/linux-ima/wiki/Home/)