1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-15 19:53:59 +02:00

kernel: add defaults for new SELinux options

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2021-02-02 12:56:16 +00:00
parent 36c9cf3e51
commit a21be2a703

View File

@ -1176,6 +1176,16 @@ config KERNEL_SECURITY_SELINUX_DEVELOP
depends on KERNEL_SECURITY_SELINUX depends on KERNEL_SECURITY_SELINUX
default y default y
config KERNEL_SECURITY_SELINUX_SIDTAB_HASH_BITS
int
depends on KERNEL_SECURITY_SELINUX
default 9
config KERNEL_SECURITY_SELINUX_SID2STR_CACHE_SIZE
int
depends on KERNEL_SECURITY_SELINUX
default 256
config KERNEL_LSM config KERNEL_LSM
string string
default "lockdown,yama,loadpin,safesetid,integrity,selinux" default "lockdown,yama,loadpin,safesetid,integrity,selinux"