1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

kernelPatches.grsecurity_testing: remove

This commit is contained in:
Joachim Fasting 2017-09-02 14:34:24 +02:00
parent 5125e209a9
commit 697cbbc617
No known key found for this signature in database
GPG key ID: 66EAB6B14F6B6E0D

View file

@ -51,14 +51,6 @@ rec {
patch = ./modinst-arg-list-too-long.patch; patch = ./modinst-arg-list-too-long.patch;
}; };
grsecurity_testing = throw ''
Upstream has ceased free support for grsecurity/PaX.
See https://grsecurity.net/passing_the_baton.php
and https://grsecurity.net/passing_the_baton_faq.php
for more information.
'';
genksyms_fix_segfault = genksyms_fix_segfault =
{ name = "genksyms-fix-segfault"; { name = "genksyms-fix-segfault";
patch = ./genksyms-fix-segfault.patch; patch = ./genksyms-fix-segfault.patch;