grsecurity-testing: update patches and associated kernel version

This commit is contained in:
Dan Peebles
2016-01-23 14:29:34 +00:00
parent f18317885a
commit 33cf0792b1
2 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ let
grKernel = if cfg.stable
then mkKernel pkgs.linux_3_14 stable-patch
else mkKernel pkgs.linux_4_2 test-patch;
else mkKernel pkgs.linux_4_3 test-patch;
## -- grsecurity configuration ---------------------------------------------