From 5dff4e47af3996ea4c4fbbaaae1c9358cce67d1d Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Wed, 10 May 2023 10:51:23 -0400 Subject: 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 Signed-off-by: Armin Kuster --- meta-integrity/recipes-kernel/linux/linux/ima.cfg | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf