diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-02 14:00:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-02 14:01:07 +0000 |
commit | 36ad57c8dbd8adc17ad79dcbe702289e3a4758e4 (patch) | |
tree | d5d7db7eb065a7b2856475487aab3e5faa6e5278 /testing | |
parent | 72219a81155d7728c2e056b9e898993d2a8fbf81 (diff) | |
download | aports-36ad57c8dbd8adc17ad79dcbe702289e3a4758e4.tar.bz2 aports-36ad57c8dbd8adc17ad79dcbe702289e3a4758e4.tar.xz |
testing/linux-grsec: enable segmexec
lets see what happens
Diffstat (limited to 'testing')
-rw-r--r-- | testing/linux-grsec/APKBUILD | 4 | ||||
-rw-r--r-- | testing/linux-grsec/kernelconfig.x86 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/testing/linux-grsec/APKBUILD b/testing/linux-grsec/APKBUILD index 4a5e253d48..d95ada2aa5 100644 --- a/testing/linux-grsec/APKBUILD +++ b/testing/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=2.6.38.4 _kernver=2.6.38 -pkgrel=3 +pkgrel=4 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -141,5 +141,5 @@ md5sums="7d471477bfa67546f902da62227fa976 linux-2.6.38.tar.bz2 8984d05af9fa6024b20b3c37d3e6e2c1 grsecurity-2.2.2-2.6.38.4-201104302012.patch 776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch aa1b82da0cabfb41c5e6da5bddf60bab net-gre-provide-multicast-mappings-for-ipv4-and-ipv6.patch -877f03977c8c52988a081755f4a71cfc kernelconfig.x86 +b74a3d85ae51c53316297bd9d92c841f kernelconfig.x86 0a73d8d896101de90f47dae32119e7ca kernelconfig.x86_64" diff --git a/testing/linux-grsec/kernelconfig.x86 b/testing/linux-grsec/kernelconfig.x86 index 1dc8492e06..2914d7172b 100644 --- a/testing/linux-grsec/kernelconfig.x86 +++ b/testing/linux-grsec/kernelconfig.x86 @@ -4928,7 +4928,7 @@ CONFIG_PAX_HAVE_ACL_FLAGS=y # CONFIG_PAX_NOEXEC=y CONFIG_PAX_PAGEEXEC=y -# CONFIG_PAX_SEGMEXEC is not set +CONFIG_PAX_SEGMEXEC=y CONFIG_PAX_EMUTRAMP=y CONFIG_PAX_MPROTECT=y # CONFIG_PAX_MPROTECT_COMPAT is not set |