Skip to content

Commit

Permalink
kernel: add defaults for new SELinux options
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Golle <[email protected]>
  • Loading branch information
dangowrt committed Feb 5, 2021
1 parent 36c9cf3 commit a21be2a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/Config-kernel.in
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,16 @@ config KERNEL_SECURITY_SELINUX_DEVELOP
depends on KERNEL_SECURITY_SELINUX
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
string
default "lockdown,yama,loadpin,safesetid,integrity,selinux"
Expand Down

0 comments on commit a21be2a

Please sign in to comment.