Merge pull request #198301 from LibreCybernetics/init-linux_6_0_hardened

linux_6_0_hardened: init at 6.0.5-hardened
This commit is contained in:
Sergei Trofimovich 2022-10-28 19:19:07 +01:00 committed by GitHub
commit 2b544f67ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -249,6 +249,7 @@ in {
linux_5_15_hardened = hardenedKernelFor kernels.linux_5_15 { };
linux_5_18_hardened = throw "linux 5.18 was removed because it has reached its end of life upstream";
linux_5_19_hardened = hardenedKernelFor kernels.linux_5_19 { };
linux_6_0_hardened = hardenedKernelFor kernels.linux_6_0 { };
}));
/* Linux kernel modules are inherently tied to a specific kernel. So
@ -575,6 +576,7 @@ in {
linux_5_15_hardened = recurseIntoAttrs (hardenedPackagesFor kernels.linux_5_15 { });
linux_5_18_hardened = throw "linux 5.18 was removed because it has reached its end of life upstream";
linux_5_19_hardened = recurseIntoAttrs (hardenedPackagesFor kernels.linux_5_19 { });
linux_6_0_hardened = recurseIntoAttrs (hardenedPackagesFor kernels.linux_6_0 { });
linux_zen = recurseIntoAttrs (packagesFor kernels.linux_zen);
linux_lqx = recurseIntoAttrs (packagesFor kernels.linux_lqx);