diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2025-09-12 10:25:46 +0800 |
---|---|---|
committer | Yi Zhao <yi.zhao@windriver.com> | 2025-09-15 14:10:57 +0800 |
commit | 6cf84fa126d42ed3a960e5dde05d41415d37ee9c (patch) | |
tree | 9e026f3c9ed48b3c502d37bc8e6ee0378ae466cc | |
parent | db37a0b841adddd9e6aa43bf40b3a9e418bb0396 (diff) | |
download | meta-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.cfg | 1 |
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 | |||
16 | CONFIG_EXT3_FS_SECURITY=y | 16 | CONFIG_EXT3_FS_SECURITY=y |
17 | CONFIG_EXT4_FS_SECURITY=y | 17 | CONFIG_EXT4_FS_SECURITY=y |
18 | CONFIG_JFS_SECURITY=y | 18 | CONFIG_JFS_SECURITY=y |
19 | CONFIG_REISERFS_FS_SECURITY=y | ||
20 | CONFIG_JFFS2_FS_SECURITY=y | 19 | CONFIG_JFFS2_FS_SECURITY=y |
21 | CONFIG_SECURITY=y | 20 | CONFIG_SECURITY=y |
22 | CONFIG_SECURITYFS=y | 21 | CONFIG_SECURITYFS=y |