Commit 7bbd9bc2 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel
Browse files

linux_6_0_hardened: init at 6.0.5-hardened

parent 1e8348a3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);