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 | |
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')
-rw-r--r-- | main/linux-grsec/APKBUILD | 2 | ||||
-rw-r--r-- | main/linux-grsec/kernelconfig.x86_64 | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 612497017..206149c61 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -143,4 +143,4 @@ f248294551c34753c5c019c8d513280c patch-3.6.8.xz 0dbb7227ccf77f6e02772a5bd505b10d grsecurity-2.9.1-3.6.8-201211261714.patch 776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch 0b4abb6b3e32cc7ba656c24e30581349 kernelconfig.x86 -0971129c59c7fe0011b3ec46982d9f5c kernelconfig.x86_64" +ff85d700a38f78861ba04f0eddb26901 kernelconfig.x86_64" 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 |