summary refs log tree commit diff
path: root/nixos/modules/security/grsecurity.nix
diff options
context:
space:
mode:
authorRicardo M. Correia <rcorreia@wizy.org>2014-11-16 17:42:17 +0000
committerRicardo M. Correia <rcorreia@wizy.org>2014-11-16 18:52:39 +0100
commit389143d808be38fe4e0def83946c5ab2fd7c5376 (patch)
tree29a48eec9e44db8aa4df82daa30a704ddcc085b4 /nixos/modules/security/grsecurity.nix
parent7d66259b3a072f752f14360c71685639a37c2623 (diff)
downloadnixlib-389143d808be38fe4e0def83946c5ab2fd7c5376.tar
nixlib-389143d808be38fe4e0def83946c5ab2fd7c5376.tar.gz
nixlib-389143d808be38fe4e0def83946c5ab2fd7c5376.tar.bz2
nixlib-389143d808be38fe4e0def83946c5ab2fd7c5376.tar.lz
nixlib-389143d808be38fe4e0def83946c5ab2fd7c5376.tar.xz
nixlib-389143d808be38fe4e0def83946c5ab2fd7c5376.tar.zst
nixlib-389143d808be38fe4e0def83946c5ab2fd7c5376.zip
grsecurity: Update assertion msg to correct major kernel versions
Diffstat (limited to 'nixos/modules/security/grsecurity.nix')
-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 3773d822b16b..cbad94007088 100644
--- a/nixos/modules/security/grsecurity.nix
+++ b/nixos/modules/security/grsecurity.nix
@@ -226,8 +226,8 @@ in
       [ { assertion = cfg.stable || cfg.testing;
           message   = ''
             If grsecurity is enabled, you must select either the
-            stable patch (with kernel 3.2), or the testing patch (with
-            kernel 3.13) to continue.
+            stable patch (with kernel 3.14), or the testing patch (with
+            kernel 3.17) to continue.
           '';
         }
         { assertion = (cfg.stable -> !cfg.testing) || (cfg.testing -> !cfg.stable);