diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-28 06:13:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-28 06:13:55 +0000 |
commit | 480b609b697017fa190342849251204f6b9f635a (patch) | |
tree | d63383c24afbc1363d9d5acec01d1edc7e96fd06 /testing | |
parent | 24f5245320605508e6313e766dfd11148d48c497 (diff) | |
download | aports-480b609b697017fa190342849251204f6b9f635a.tar.bz2 aports-480b609b697017fa190342849251204f6b9f635a.tar.xz |
testing/linux-grsec: enable magic sysrq key
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 58c34e3c4..966b71f67 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=0 +pkgrel=1 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 bb3a4ced61f4c62a43750e5ed5e54ab2 grsecurity-2.2.2-2.6.38.4-201104232142.patch 776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch aa1b82da0cabfb41c5e6da5bddf60bab net-gre-provide-multicast-mappings-for-ipv4-and-ipv6.patch -82eeccbeb090fc88a453df6720834832 kernelconfig.x86 +3b3dde19952b570f406f72abbd051191 kernelconfig.x86 0f46caa79236770a3f7d0881163dbf7d kernelconfig.x86_64" diff --git a/testing/linux-grsec/kernelconfig.x86 b/testing/linux-grsec/kernelconfig.x86 index f932f20b4..fef87f87b 100644 --- a/testing/linux-grsec/kernelconfig.x86 +++ b/testing/linux-grsec/kernelconfig.x86 @@ -4746,7 +4746,7 @@ CONFIG_PRINTK_TIME=y CONFIG_ENABLE_WARN_DEPRECATED=y # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=1024 -# CONFIG_MAGIC_SYSRQ is not set +CONFIG_MAGIC_SYSRQ=y # CONFIG_STRIP_ASM_SYMS is not set # CONFIG_UNUSED_SYMBOLS is not set CONFIG_DEBUG_FS=y |