mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
kernel: add defaults for new SELinux options
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
36c9cf3e51
commit
a21be2a703
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user