summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-09-18 15:26:57 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2016-09-18 15:26:57 +0200
commite2659de1b253c2948d7c2f5501f0e0246fc483e1 (patch)
tree00dd5e28bee878a1bf8b833765c65ad07012e758 /pkgs/os-specific
parentc8d4f40dc6411fe68c3f5108ccf351386db0e1f0 (diff)
downloadnixlib-e2659de1b253c2948d7c2f5501f0e0246fc483e1.tar
nixlib-e2659de1b253c2948d7c2f5501f0e0246fc483e1.tar.gz
nixlib-e2659de1b253c2948d7c2f5501f0e0246fc483e1.tar.bz2
nixlib-e2659de1b253c2948d7c2f5501f0e0246fc483e1.tar.lz
nixlib-e2659de1b253c2948d7c2f5501f0e0246fc483e1.tar.xz
nixlib-e2659de1b253c2948d7c2f5501f0e0246fc483e1.tar.zst
nixlib-e2659de1b253c2948d7c2f5501f0e0246fc483e1.zip
kernelPatches: remove legacy grsecurity attrs
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 47057215ce21..ab703469c2b5 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -95,10 +95,6 @@ rec {
     sha256 = "00b1rqgd4yr206dxp4mcymr56ymbjcjfa4m82pxw73khj032qw3j";
   };
 
-  grsecurity_3_14 = throw "grsecurity stable is no longer supported";
-
-  grsecurity_4_4 = throw "grsecurity stable is no longer supported";
-
   grsecurity_testing = grsecPatch
     { kver   = "4.7.4";
       grrev  = "201609152234";