mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
CONFIG_SECURITY_SELINUX_DISABLE has been removed since kernel 6.4[1][2]. [1] https://github.com/SELinuxProject/selinux-kernel/wiki/DEPRECATE-runtime-disable [2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f22f9aaf6c3d92ebd5ad9e67acc03afebaaeb289 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
29 lines
1.3 KiB
INI
29 lines
1.3 KiB
INI
..........................................................................
|
|
. WARNING
|
|
.
|
|
. This file is a kernel configuration fragment, and not a full kernel
|
|
. configuration file. The final kernel configuration is made up of
|
|
. an assembly of processed fragments, each of which is designed to
|
|
. capture a specific part of the final configuration (e.g. platform
|
|
. configuration, feature configuration, and board specific hardware
|
|
. configuration). For more information on kernel configuration, please
|
|
. consult the product documentation.
|
|
.
|
|
..........................................................................
|
|
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_REISERFS_FS_SECURITY=y
|
|
CONFIG_JFFS2_FS_SECURITY=y
|
|
CONFIG_SECURITY=y
|
|
CONFIG_SECURITYFS=y
|
|
CONFIG_SECURITY_NETWORK=y
|
|
CONFIG_SECURITY_SELINUX=y
|
|
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
|
|
CONFIG_SECURITY_SELINUX_DEVELOP=y
|
|
CONFIG_SECURITY_SELINUX_AVC_STATS=y
|
|
CONFIG_AUDIT_GENERIC=y
|