mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 23:11:07 +02:00
sys-kernel/coreos-modules: Enable some kernel hardening features
SLAB_FREELIST_RANDOM: Randomize slab allocator freelist order, c7ce4f60ac199fb3521c5fcd64da21cee801ec2b IO_STRICT_DEVMEM: Disallow access to /dev/mem regions that are bound to a kernel driver, 90a545e981267e917b9d698ce07affd69787db87 HARDENED_USERCOPY: Add more address range checks to copy_{from,to}_user(), f5509cc18daa7f82bcc553be70df2117c8eedc16
This commit is contained in:
parent
e0b7a7a5f1
commit
ee1709b256
@ -815,12 +815,15 @@ CONFIG_LATENCYTOP=y
|
||||
CONFIG_KPROBE_EVENTS=y
|
||||
CONFIG_BPF_EVENTS=y
|
||||
CONFIG_MEMTEST=y
|
||||
CONFIG_SLAB_FREELIST_RANDOM=y
|
||||
CONFIG_STRICT_DEVMEM=y
|
||||
CONFIG_IO_STRICT_DEVMEM=y
|
||||
CONFIG_TRUSTED_KEYS=m
|
||||
CONFIG_ENCRYPTED_KEYS=m
|
||||
CONFIG_SECURITY=y
|
||||
CONFIG_SECURITY_NETWORK=y
|
||||
CONFIG_SECURITY_NETWORK_XFRM=y
|
||||
CONFIG_HARDENED_USERCOPY=y
|
||||
CONFIG_SECURITY_SELINUX=y
|
||||
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
|
||||
CONFIG_IMA=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user