Merge pull request #2560 from bgilbert/kernel-hardening

sys-kernel/coreos-modules: Enable some kernel hardening features
This commit is contained in:
Benjamin Gilbert 2017-05-05 15:05:41 -07:00 committed by GitHub
commit 14c9b80e95
3 changed files with 3 additions and 0 deletions

View File

@ -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