summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-09-12 10:25:46 +0800
committerYi Zhao <yi.zhao@windriver.com>2025-09-15 14:10:57 +0800
commit6cf84fa126d42ed3a960e5dde05d41415d37ee9c (patch)
tree9e026f3c9ed48b3c502d37bc8e6ee0378ae466cc
parentdb37a0b841adddd9e6aa43bf40b3a9e418bb0396 (diff)
downloadmeta-selinux-6cf84fa126d42ed3a960e5dde05d41415d37ee9c.tar.gz
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 <yi.zhao@windriver.com>
-rw-r--r--recipes-kernel/linux/files/selinux.cfg1
1 files changed, 0 insertions, 1 deletions
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
16CONFIG_EXT3_FS_SECURITY=y 16CONFIG_EXT3_FS_SECURITY=y
17CONFIG_EXT4_FS_SECURITY=y 17CONFIG_EXT4_FS_SECURITY=y
18CONFIG_JFS_SECURITY=y 18CONFIG_JFS_SECURITY=y
19CONFIG_REISERFS_FS_SECURITY=y
20CONFIG_JFFS2_FS_SECURITY=y 19CONFIG_JFFS2_FS_SECURITY=y
21CONFIG_SECURITY=y 20CONFIG_SECURITY=y
22CONFIG_SECURITYFS=y 21CONFIG_SECURITYFS=y