diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-12-22 20:19:01 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-27 07:54:32 +0000 |
commit | eda7e91b0904dc32b31b8f564cd1d7365e512b77 (patch) | |
tree | d6bf0c46ee53abfc248ee36a73eaaae689986210 /main/linux-vanilla/config-vanilla.x86_64 | |
parent | bfdc08d49cfd221709ce29ad6f81a651461c71e2 (diff) | |
download | aports-eda7e91b0904dc32b31b8f564cd1d7365e512b77.tar.bz2 aports-eda7e91b0904dc32b31b8f564cd1d7365e512b77.tar.xz |
main/linux-vanilla: Enable strong stackprotector
Diffstat (limited to 'main/linux-vanilla/config-vanilla.x86_64')
-rw-r--r-- | main/linux-vanilla/config-vanilla.x86_64 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/linux-vanilla/config-vanilla.x86_64 b/main/linux-vanilla/config-vanilla.x86_64 index a59c414d10..38720d3ae3 100644 --- a/main/linux-vanilla/config-vanilla.x86_64 +++ b/main/linux-vanilla/config-vanilla.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.1.11 Kernel Configuration +# Linux/x86 4.1.15 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -274,8 +274,8 @@ CONFIG_SECCOMP_FILTER=y CONFIG_HAVE_CC_STACKPROTECTOR=y CONFIG_CC_STACKPROTECTOR=y # CONFIG_CC_STACKPROTECTOR_NONE is not set -CONFIG_CC_STACKPROTECTOR_REGULAR=y -# CONFIG_CC_STACKPROTECTOR_STRONG is not set +# CONFIG_CC_STACKPROTECTOR_REGULAR is not set +CONFIG_CC_STACKPROTECTOR_STRONG=y CONFIG_HAVE_CONTEXT_TRACKING=y CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y |