summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2019-02-26 11:12:13 -0600
committerJohn Klug <john.klug@multitech.com>2019-07-03 11:22:01 -0500
commit4328e80bb540c1e833ec67118c41795c71adc614 (patch)
tree8280837a8fa2414f46a88366234e0df112abd52c /recipes-kernel
parent1454df38fe4fbd286c10433a23af1a0e83abb31c (diff)
downloadmeta-multitech-4328e80bb540c1e833ec67118c41795c71adc614.tar.gz
meta-multitech-4328e80bb540c1e833ec67118c41795c71adc614.tar.bz2
meta-multitech-4328e80bb540c1e833ec67118c41795c71adc614.zip
Security enhancement (ASLR) : Disable CONFIG_COMPAT_BRK so that randomize_va_space set to 2 by default
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-at91-4.9.87/defconfig2
1 files changed, 1 insertions, 1 deletions
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