Merge pull request #4609 from alexanderkjeldaas/updated-grsec

Updated grsec.
This commit is contained in:
Ricardo M. Correia
2014-10-22 16:37:21 +02:00
2 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ let
grKernel = if cfg.stable
then mkKernel pkgs.linux_3_14 stable-patch
else mkKernel pkgs.linux_3_16 test-patch;
else mkKernel pkgs.linux_3_17 test-patch;
## -- grsecurity configuration ---------------------------------------------