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:
parent
5125e209a9
commit
697cbbc617
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue