summary refs log tree commit diff
path: root/nixos/modules/security
diff options
context:
space:
mode:
authorRicardo M. Correia <rcorreia@wizy.org>2014-12-29 00:39:04 +0100
committerRicardo M. Correia <rcorreia@wizy.org>2014-12-29 03:00:47 +0100
commit1d44322d53b9ea1937ec11ff41983a387947539e (patch)
tree07a276d39480e53845017968e6e97bf8d09627b6 /nixos/modules/security
parentd477b4c51ca98ec171554f570781639314eabffa (diff)
downloadnixlib-1d44322d53b9ea1937ec11ff41983a387947539e.tar
nixlib-1d44322d53b9ea1937ec11ff41983a387947539e.tar.gz
nixlib-1d44322d53b9ea1937ec11ff41983a387947539e.tar.bz2
nixlib-1d44322d53b9ea1937ec11ff41983a387947539e.tar.lz
nixlib-1d44322d53b9ea1937ec11ff41983a387947539e.tar.xz
nixlib-1d44322d53b9ea1937ec11ff41983a387947539e.tar.zst
nixlib-1d44322d53b9ea1937ec11ff41983a387947539e.zip
grsecurity: Update stable and test patches
stable: 3.0-3.14.27-201412211908 -> 3.0-3.14.27-201412280859
test:   3.0-3.17.7-201412211910  -> 3.0-3.18.1-201412281149
Diffstat (limited to 'nixos/modules/security')
-rw-r--r--nixos/modules/security/grsecurity.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/security/grsecurity.nix b/nixos/modules/security/grsecurity.nix
index cbad94007088..5c8c49939510 100644
--- a/nixos/modules/security/grsecurity.nix
+++ b/nixos/modules/security/grsecurity.nix
@@ -38,7 +38,7 @@ in
         type = types.bool;
         default = false;
         description = ''
-          Enable the testing grsecurity patch, based on Linux 3.17.
+          Enable the testing grsecurity patch, based on Linux 3.18.
         '';
       };
 
@@ -227,7 +227,7 @@ in
           message   = ''
             If grsecurity is enabled, you must select either the
             stable patch (with kernel 3.14), or the testing patch (with
-            kernel 3.17) to continue.
+            kernel 3.18) to continue.
           '';
         }
         { assertion = (cfg.stable -> !cfg.testing) || (cfg.testing -> !cfg.stable);