diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-08-16 10:57:24 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-08-16 10:57:24 +0800 |
commit | b7705a7587d3dd7777ee5378b67651d991e31809 (patch) | |
tree | 4315f6c743bf59450a379468a28a2b412944e578 | |
parent | 9fc35f2627a194caa45bd7cf217aaf9437d1f5c4 (diff) | |
download | meta-secure-core-b7705a7587d3dd7777ee5378b67651d991e31809.tar.gz |
README.md: update reference links
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta-encrypted-storage/README.md | 4 | ||||
-rw-r--r-- | meta-integrity/README.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-encrypted-storage/README.md b/meta-encrypted-storage/README.md index b3d2ef4..0d9f450 100644 --- a/meta-encrypted-storage/README.md +++ b/meta-encrypted-storage/README.md | |||
@@ -22,7 +22,7 @@ the encrypted storage cannot be accessed on another machine, preventing from | |||
22 | the so-called offline attack. | 22 | the so-called offline attack. |
23 | 23 | ||
24 | ### Dependency | 24 | ### Dependency |
25 | This feature depends on meta-tpm2. | 25 | This feature depends on [meta-tpm2](https://github.com/jiazhang0/meta-secure-core/tree/master/meta-tpm2). |
26 | 26 | ||
27 | Note: | 27 | Note: |
28 | Even though the hardware doesn't have a TPM 2.0 device, this feature can still | 28 | Even though the hardware doesn't have a TPM 2.0 device, this feature can still |
@@ -176,4 +176,4 @@ operation is required if the target board doesn't have a TPM device. | |||
176 | them, the default IMA rules will be not used. | 176 | them, the default IMA rules will be not used. |
177 | 177 | ||
178 | ### Reference | 178 | ### Reference |
179 | - [OpenEmbedded layer for TPM 2.0 enablement](https://github.com/jiazhang0/meta-tpm2) | 179 | - [OpenEmbedded layer for TPM 2.0 enablement](https://github.com/jiazhang0/meta-secure-core/tree/master/meta-tpm2) |
diff --git a/meta-integrity/README.md b/meta-integrity/README.md index ee22850..82db535 100644 --- a/meta-integrity/README.md +++ b/meta-integrity/README.md | |||
@@ -55,10 +55,10 @@ and network file systems, such as NFS, don't support extended attribute, | |||
55 | meaning IMA appraisal is not available with them. | 55 | meaning IMA appraisal is not available with them. |
56 | 56 | ||
57 | ##### Dependency | 57 | ##### Dependency |
58 | - meta-tpm | 58 | - [meta-tpm](https://github.com/jiazhang0/meta-secure-core/tree/master/meta-tpm) |
59 | This layer provides the kernel configurations and TSS for TPM 1.x enablement. | 59 | This layer provides the kernel configurations and TSS for TPM 1.x enablement. |
60 | 60 | ||
61 | - meta-tpm2 | 61 | - [meta-tpm2](https://github.com/jiazhang0/meta-secure-core/tree/master/meta-tpm2) |
62 | This layer provides the kernel configurations and TSS for TPM 2.0 enablement. | 62 | This layer provides the kernel configurations and TSS for TPM 2.0 enablement. |
63 | 63 | ||
64 | ##### Use The External IMA Policy | 64 | ##### Use The External IMA Policy |