diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-10 07:46:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-10 07:46:02 +0000 |
commit | 797023a1712179c0b5e6e69661a51786e0637371 (patch) | |
tree | b4f31b38653a7e8b7813de4dca6371e1f0eb11a7 /main/linux-grsec/kernelconfig.x86 | |
parent | 1ab4dbf6662a2f68962800b33a5d13d165b0fdda (diff) | |
download | aports-797023a1712179c0b5e6e69661a51786e0637371.tar.bz2 aports-797023a1712179c0b5e6e69661a51786e0637371.tar.xz |
main/linux-grsec: upgrade to 3.14.18
Diffstat (limited to 'main/linux-grsec/kernelconfig.x86')
-rw-r--r-- | main/linux-grsec/kernelconfig.x86 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/linux-grsec/kernelconfig.x86 b/main/linux-grsec/kernelconfig.x86 index d0be256571..8549f8f62f 100644 --- a/main/linux-grsec/kernelconfig.x86 +++ b/main/linux-grsec/kernelconfig.x86 @@ -479,7 +479,10 @@ CONFIG_HZ=300 CONFIG_SCHED_HRTICK=y # CONFIG_CRASH_DUMP is not set CONFIG_PHYSICAL_START=0x1000000 -# CONFIG_RELOCATABLE is not set +CONFIG_RELOCATABLE=y +CONFIG_RANDOMIZE_BASE=y +CONFIG_RANDOMIZE_BASE_MAX_OFFSET=0x40000000 +CONFIG_X86_NEED_RELOCS=y CONFIG_PHYSICAL_ALIGN=0x1000000 CONFIG_HOTPLUG_CPU=y # CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set |