From 389143d808be38fe4e0def83946c5ab2fd7c5376 Mon Sep 17 00:00:00 2001 From: "Ricardo M. Correia" Date: Sun, 16 Nov 2014 17:42:17 +0000 Subject: grsecurity: Update assertion msg to correct major kernel versions --- nixos/modules/security/grsecurity.nix | 4 ++-- 1 file 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); -- cgit 1.4.1