From 4328e80bb540c1e833ec67118c41795c71adc614 Mon Sep 17 00:00:00 2001 From: Jeff Hatch Date: Tue, 26 Feb 2019 11:12:13 -0600 Subject: Security enhancement (ASLR) : Disable CONFIG_COMPAT_BRK so that randomize_va_space set to 2 by default --- recipes-kernel/linux/linux-at91-4.9.87/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-at91-4.9.87/defconfig b/recipes-kernel/linux/linux-at91-4.9.87/defconfig index 5a28508..8fa28be 100644 --- a/recipes-kernel/linux/linux-at91-4.9.87/defconfig +++ b/recipes-kernel/linux/linux-at91-4.9.87/defconfig @@ -173,7 +173,7 @@ CONFIG_PERF_USE_VMALLOC=y # # CONFIG_PERF_EVENTS is not set CONFIG_VM_EVENT_COUNTERS=y -CONFIG_COMPAT_BRK=y +#CONFIG_COMPAT_BRK=y CONFIG_SLAB=y # CONFIG_SLUB is not set # CONFIG_SLOB is not set -- cgit v1.2.3