diff options
author | Jeff Hatch <jhatch@multitech.com> | 2019-02-26 11:12:13 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 11:22:01 -0500 |
commit | 4328e80bb540c1e833ec67118c41795c71adc614 (patch) | |
tree | 8280837a8fa2414f46a88366234e0df112abd52c | |
parent | 1454df38fe4fbd286c10433a23af1a0e83abb31c (diff) | |
download | meta-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
-rw-r--r-- | recipes-kernel/linux/linux-at91-4.9.87/defconfig | 2 |
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 |