3
0
Fork 0
forked from mirrors/nixpkgs

pkgs/top-level: remove grsec attributes

These have been throwing exceptions since grsec was deprecated, so
potential users should have had due to time to migrate their configs.
This commit is contained in:
Joachim Fasting 2017-09-02 14:32:28 +02:00
parent a61e631f3c
commit 5125e209a9
No known key found for this signature in database
GPG key ID: 66EAB6B14F6B6E0D

View file

@ -12439,15 +12439,6 @@ with pkgs;
linuxPackages_hardened =
recurseIntoAttrs (linuxPackagesFor linux_hardened);
# Grsecurity packages
linux_grsec_nixos = kernelPatches.grsecurity_testing;
linuxPackages_grsec_nixos =
recurseIntoAttrs (linuxPackagesFor linux_grsec_nixos);
linux_grsec_server_xen = linux_grsec_nixos;
# Samus kernels
linuxPackages_samus_4_12 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_samus_4_12);
linuxPackages_samus_latest = recurseIntoAttrs (linuxPackagesFor pkgs.linux_samus_latest);