diff mbox series

[meta-selinux] linux-yocto: drop CONFIG_REISERFS_FS_SECURITY

Message ID 20250912144826.3286933-1-yi.zhao@windriver.com
State New
Headers show
Series [meta-selinux] linux-yocto: drop CONFIG_REISERFS_FS_SECURITY | expand

Commit Message

Yi Zhao Sept. 12, 2025, 2:48 p.m. UTC
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 <yi.zhao@windriver.com>
---
 recipes-kernel/linux/files/selinux.cfg | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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