summaryrefslogtreecommitdiffstats
path: root/meta-integrity/README.md
diff options
context:
space:
mode:
authorStefan Berger <stefanb@linux.ibm.com>2023-04-28 08:23:12 -0400
committerArmin Kuster <akuster808@gmail.com>2023-05-06 07:54:09 -0400
commit292b49342cb47da59525a44227598cf136311e1b (patch)
tree3f4728ba72bac17e6dfd4e370278e1ab8c643554 /meta-integrity/README.md
parentf4f7624d2e50e19249e7a2a3798c1120e5183424 (diff)
downloadmeta-security-292b49342cb47da59525a44227598cf136311e1b.tar.gz
ima: Rename IMA_EVM_POLICY_SYSTEMD to IMA_EVM_POLICY
The IMA policy will be specified using the IMA_EVM_POLICY variable since systemd will not be involved in loading the policy but the init script will load it. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-integrity/README.md')
-rw-r--r--meta-integrity/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-integrity/README.md b/meta-integrity/README.md
index eae1c57..816b40d 100644
--- a/meta-integrity/README.md
+++ b/meta-integrity/README.md
@@ -187,7 +187,7 @@ IMA policy loading became broken in systemd 2.18. The modified systemd
187changes. To activate policy loading via systemd, place a policy file 187changes. To activate policy loading via systemd, place a policy file
188in `/etc/ima/ima-policy`, for example with: 188in `/etc/ima/ima-policy`, for example with:
189 189
190 IMA_EVM_POLICY_SYSTEMD = "${INTEGRITY_BASE}/data/ima_policy_simple" 190 IMA_EVM_POLICY = "${INTEGRITY_BASE}/data/ima_policy_simple"
191 191
192To check that measuring works, look at `/sys/kernel/security/ima/ascii_runtime_measurements` 192To check that measuring works, look at `/sys/kernel/security/ima/ascii_runtime_measurements`
193 193