grsecurity: add 4.1 kernel

This commit is contained in:
tg(x)
2016-02-28 15:00:16 +01:00
parent 38614d3f6a
commit be3bd972d5
4 changed files with 45 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ in
kernelPatch = mkOption {
type = types.attrs;
default = pkgs.kernelPatches.grsecurity_latest;
example = pkgs.kernelPatches.grsecurity_4_1;
description = ''
Grsecurity patch to use.
'';