From 6cf84fa126d42ed3a960e5dde05d41415d37ee9c Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Fri, 12 Sep 2025 10:25:46 +0800 Subject: [PATCH] linux-yocto: drop CONFIG_REISERFS_FS_SECURITY CONFIG_REISERFS_FS_SECURITY has been removed since kernel 6.13[1]. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fb6f20ecb121cef4d7946f834a6ee867c4e21b4a Signed-off-by: Yi Zhao --- recipes-kernel/linux/files/selinux.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-kernel/linux/files/selinux.cfg b/recipes-kernel/linux/files/selinux.cfg index 8333a05..bbbb180 100644 --- a/recipes-kernel/linux/files/selinux.cfg +++ b/recipes-kernel/linux/files/selinux.cfg @@ -16,7 +16,6 @@ CONFIG_EXT2_FS_SECURITY=y CONFIG_EXT3_FS_SECURITY=y CONFIG_EXT4_FS_SECURITY=y CONFIG_JFS_SECURITY=y -CONFIG_REISERFS_FS_SECURITY=y CONFIG_JFFS2_FS_SECURITY=y CONFIG_SECURITY=y CONFIG_SECURITYFS=y