linux: remove remnants of grsecurity

Nixpkgs hasn't supported grsecurity kernels since 2017, so unless
anybody is manually enabling the grsecurity feature to make these
small kernel tweaks this is dead code.

This means we don't actually support any "features" in the kernel
common-config any more, but I've left the argument there because it's
conceivable we could have some again in future.
This commit is contained in:
Alyssa Ross
2021-04-06 09:48:56 +00:00
parent a10183d3ec
commit 52cd3538ff
3 changed files with 6 additions and 7 deletions
@@ -72,7 +72,6 @@ let
efiBootStub = true;
needsCifsUtils = true;
netfilterRPFilter = true;
grsecurity = false;
ia32Emulation = true;
} // features) kernelPatches;