grsecurity: Add clarifying note.

close #1015.
This commit is contained in:
Ricardo M. Correia 2013-09-26 19:54:01 +02:00 committed by Evgeny Egorochkin
parent ee6e45ad4b
commit 9338780b6d
1 changed files with 3 additions and 0 deletions

View File

@ -6577,6 +6577,9 @@ let
];
};
# Note: grsec is not enabled automatically, you need to specify which kernel
# config options you need (e.g. by overriding extraConfig). See list of options here:
# https://en.wikibooks.org/wiki/Grsecurity/Appendix/Grsecurity_and_PaX_Configuration_Options
linux_3_2_grsecurity = lowPrio (lib.overrideDerivation (linux_3_2.override (args: {
kernelPatches = args.kernelPatches ++ [ kernelPatches.grsecurity_2_9_1_3_2_51 ];
})) (args: {