diff options
| author | Jeff Hatch <jhatch@multitech.com> | 2019-02-26 11:12:13 -0600 |
|---|---|---|
| committer | Jeff Hatch <jhatch@multitech.com> | 2019-02-26 11:12:13 -0600 |
| commit | 5de29c9f06cfa9f0fb9b84d6e4f23c85186743d9 (patch) | |
| tree | 8280837a8fa2414f46a88366234e0df112abd52c /recipes-kernel/linux | |
| parent | 22e486ee016fb12f82d2b30bf6aa7d8244bbd4e8 (diff) | |
| download | meta-multitech-5de29c9f06cfa9f0fb9b84d6e4f23c85186743d9.tar.gz meta-multitech-5de29c9f06cfa9f0fb9b84d6e4f23c85186743d9.tar.bz2 meta-multitech-5de29c9f06cfa9f0fb9b84d6e4f23c85186743d9.zip | |
Security enhancement (ASLR) : Disable CONFIG_COMPAT_BRK so that randomize_va_space set to 2 by default
Diffstat (limited to 'recipes-kernel/linux')
| -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 |
