diff mbox series

[meta-selinux] linux-yocto: drop CONFIG_EXT3_FS_SECURITY

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

Commit Message

Yi Zhao Jan. 21, 2026, 2:51 a.m. UTC
CONFIG_EXT3_FS_SECURITY has been removed since kernel 6.18[1].

[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d6ace46c82fd2d3bdb58c35e3dd5cb9e83e136bf

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 bbbb180..cbdb3ef 100644
--- a/recipes-kernel/linux/files/selinux.cfg
+++ b/recipes-kernel/linux/files/selinux.cfg
@@ -13,7 +13,6 @@ 
 CONFIG_AUDIT=y
 CONFIG_NETWORK_SECMARK=y
 CONFIG_EXT2_FS_SECURITY=y
-CONFIG_EXT3_FS_SECURITY=y
 CONFIG_EXT4_FS_SECURITY=y
 CONFIG_JFS_SECURITY=y
 CONFIG_JFFS2_FS_SECURITY=y