From 693de237f790f2c8d0a468dcafc2727fac69bd36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Wed, 10 Sep 2014 00:19:18 -0300 Subject: linux-libre-lts-grsec-3.14.18_gnu.201409082127-2: add changes from linux-libre-grsec * enable CONFIG_PAX_CONSTIFY_PLUGIN for i686 * add missing module (CONFIG_CX_ECAT) * enable CONFIG_RANDOMIZE_BASE * enable CONFIG_PAX_MEMORY_SANITIZE * use the higher upstream value for CONFIG_DEFAULT_MMAP_MIN_ADDR * increase CONFIG_PAX_KERNEXEC_MODULE_TEXT to 12M for the i686 kernel * enable CONFIG_PAX_MEMORY_UDEREF for the x86_64 kernel + add warning * enable CONFIG_USER_NS * regenerate config * rely on grsecurity to disable unprivileged user namespaces * enable KERNEXEC on x86_64 --- kernels/linux-libre-lts-grsec/linux.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernels/linux-libre-lts-grsec/linux.install') diff --git a/kernels/linux-libre-lts-grsec/linux.install b/kernels/linux-libre-lts-grsec/linux.install index 406ab9ae9..19b161976 100644 --- a/kernels/linux-libre-lts-grsec/linux.install +++ b/kernels/linux-libre-lts-grsec/linux.install @@ -46,7 +46,7 @@ post_upgrade() { echo ">>> include the 'keyboard' hook in your mkinitcpio.conf." fi - if [[ $(vercmp $2 3.15.6.201407232200-2) -lt 0 ]]; then + if [[ $(vercmp $2 3.14.18_gnu.201409082127-2) -lt 0 ]]; then _uderef_warning fi } -- cgit v1.2.3-2-g168b