linux: Tag hardened kernels

This commit is contained in:
Tim Steinbach 2019-01-27 21:00:29 -05:00
parent e1ddb90ca8
commit e707ac126b
No known key found for this signature in database
GPG Key ID: 6C654787275A64F1

View File

@ -14760,6 +14760,7 @@ in
inherit stdenv;
inherit (kernel) version;
};
kernelPatches = kernel.kernelPatches ++ [ kernelPatches.tag_hardened ];
});
linuxPackages_hardened = recurseIntoAttrs (hardenedLinuxPackagesFor pkgs.linux);