grsecurity: Update assertion msg to correct major kernel versions

This commit is contained in:
Ricardo M. Correia 2014-11-16 17:42:17 +00:00
parent 7d66259b3a
commit 389143d808

View File

@ -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);