summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Berger <stefanb@linux.ibm.com>2023-05-10 10:51:23 -0400
committerArmin Kuster <akuster808@gmail.com>2023-05-13 06:06:29 -0400
commit5dff4e47af3996ea4c4fbbaaae1c9358cce67d1d (patch)
tree468a8b49e560d6f539b26c1e38bb052d55b30e10
parent25dc18d6969c637bab14163aea0c95c80d3ed80c (diff)
downloadmeta-security-5dff4e47af3996ea4c4fbbaaae1c9358cce67d1d.tar.gz
ima: Drop kernel config option CONFIG_SQUASHFS_XATTR=y from ima.cfg
Drop the kernel config option CONFIG_SQUASHFS_XATTR=y from ima.cfg. Instead, require projects that use squashfs to set this option. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-integrity/recipes-kernel/linux/linux/ima.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-integrity/recipes-kernel/linux/linux/ima.cfg b/meta-integrity/recipes-kernel/linux/linux/ima.cfg
index 86fb3aa..d7d80a6 100644
--- a/meta-integrity/recipes-kernel/linux/linux/ima.cfg
+++ b/meta-integrity/recipes-kernel/linux/linux/ima.cfg
@@ -1,4 +1,3 @@
1CONFIG_SQUASHFS_XATTR=y
2CONFIG_KEYS=y 1CONFIG_KEYS=y
3CONFIG_ASYMMETRIC_KEY_TYPE=y 2CONFIG_ASYMMETRIC_KEY_TYPE=y
4CONFIG_SYSTEM_TRUSTED_KEYRING=y 3CONFIG_SYSTEM_TRUSTED_KEYRING=y