diff mbox series

[meta-security,v2,2/4] ima: Drop kernel config option CONFIG_SQUASHFS_XATTR=y from ima.cfg

Message ID 20230510145125.1067280-3-stefanb@linux.ibm.com
State New
Headers show
Series Fix some issues due to IMA related changes | expand

Commit Message

Stefan Berger May 10, 2023, 2:51 p.m. UTC
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>
---
 meta-integrity/recipes-kernel/linux/linux/ima.cfg | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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 @@ 
-CONFIG_SQUASHFS_XATTR=y
 CONFIG_KEYS=y
 CONFIG_ASYMMETRIC_KEY_TYPE=y
 CONFIG_SYSTEM_TRUSTED_KEYRING=y