diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-27 13:58:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-27 13:58:57 +0000 |
commit | e83f9273a6712fddf7c2a1a940fbf23fe330123f (patch) | |
tree | 6bbdf797da677210a70535af6552f3adb8001381 /main/linux-grsec/kernelconfig.x86_64 | |
parent | 7625ff614def2e776635653bd47b3999ddfabb6d (diff) | |
download | aports-e83f9273a6712fddf7c2a1a940fbf23fe330123f.tar.bz2 aports-e83f9273a6712fddf7c2a1a940fbf23fe330123f.tar.xz |
main/linux-grsec: fix build on x86_64
Diffstat (limited to 'main/linux-grsec/kernelconfig.x86_64')
-rw-r--r-- | main/linux-grsec/kernelconfig.x86_64 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/linux-grsec/kernelconfig.x86_64 b/main/linux-grsec/kernelconfig.x86_64 index e8d4c66ba..25ff07e9a 100644 --- a/main/linux-grsec/kernelconfig.x86_64 +++ b/main/linux-grsec/kernelconfig.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 3.6.6 Kernel Configuration +# Linux/x86_64 3.6.8 Kernel Configuration # CONFIG_64BIT=y # CONFIG_X86_32 is not set @@ -5282,6 +5282,7 @@ CONFIG_PAX_REFCOUNT=y # CONFIG_GRKERNSEC_KMEM=y # CONFIG_GRKERNSEC_IO is not set +CONFIG_GRKERNSEC_JIT_HARDEN=y CONFIG_GRKERNSEC_PROC_MEMMAP=y # CONFIG_GRKERNSEC_BRUTE is not set # CONFIG_GRKERNSEC_MODHARDEN is not set |