summaryrefslogtreecommitdiffstats
path: root/meta-integrity/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'meta-integrity/README.md')
-rw-r--r--meta-integrity/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-integrity/README.md b/meta-integrity/README.md
index 8254b0d..eae1c57 100644
--- a/meta-integrity/README.md
+++ b/meta-integrity/README.md
@@ -6,7 +6,7 @@ The bbappend files for some recipes (e.g. linux-yocto) in this layer need
6to have 'integrity' in DISTRO_FEATURES to have effect. 6to have 'integrity' in DISTRO_FEATURES to have effect.
7To enable them, add in configuration file the following line. 7To enable them, add in configuration file the following line.
8 8
9 DISTRO_FEATURES_append = " integrity" 9 DISTRO_FEATURES:append = " integrity"
10 10
11If meta-integrity is included, but integrity is not enabled as a 11If meta-integrity is included, but integrity is not enabled as a
12distro feature a warning is printed at parse time: 12distro feature a warning is printed at parse time:
@@ -219,7 +219,7 @@ executing the file is no longer allowed:
219Enabling the audit kernel subsystem may help to debug appraisal 219Enabling the audit kernel subsystem may help to debug appraisal
220issues. Enable it by adding the meta-security-framework layer and 220issues. Enable it by adding the meta-security-framework layer and
221changing your local.conf: 221changing your local.conf:
222 SRC_URI_append_pn-linux-yocto = " file://audit.cfg" 222 SRC_URI:append:pn-linux-yocto = " file://audit.cfg"
223 CORE_IMAGE_EXTRA_INSTALL += "auditd" 223 CORE_IMAGE_EXTRA_INSTALL += "auditd"
224 224
225Then boot with "ima_appraise=log ima_appraise_tcb". 225Then boot with "ima_appraise=log ima_appraise_tcb".