···38 type = types.bool;
39 default = false;
40 description = ''
41- Enable the testing grsecurity patch, based on Linux 3.19.
42 '';
43 };
44···223 message = ''
224 If grsecurity is enabled, you must select either the
225 stable patch (with kernel 3.14), or the testing patch (with
226- kernel 3.19) to continue.
227 '';
228 }
229 { assertion = !(cfg.stable && cfg.testing);
···38 type = types.bool;
39 default = false;
40 description = ''
41+ Enable the testing grsecurity patch, based on Linux 4.0.
42 '';
43 };
44···223 message = ''
224 If grsecurity is enabled, you must select either the
225 stable patch (with kernel 3.14), or the testing patch (with
226+ kernel 4.0) to continue.
227 '';
228 }
229 { assertion = !(cfg.stable && cfg.testing);