summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-lts-grsec/linux.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-10 00:19:18 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-10 00:19:18 -0300
commit693de237f790f2c8d0a468dcafc2727fac69bd36 (patch)
tree50fcb87964351d7362436512a2691d58daeca7af /kernels/linux-libre-lts-grsec/linux.install
parent3876ca5cbf1f38fbbe218226eac46ec581dc3bb4 (diff)
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
Diffstat (limited to 'kernels/linux-libre-lts-grsec/linux.install')
-rw-r--r--kernels/linux-libre-lts-grsec/linux.install2
1 files changed, 1 insertions, 1 deletions
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
}