linux_hardened_latest: 5.6 -> 5.7
This commit is contained in:
parent
67557dff2f
commit
5252a22e41
@ -17345,7 +17345,7 @@ in
|
||||
# Hardened Linux
|
||||
hardenedLinuxPackagesFor = kernel': overrides:
|
||||
let # Note: We use this hack since the hardened patches can lag behind and we don't want to delay updates:
|
||||
linux_latest_for_hardened = pkgs.linux_5_6; # TODO: Update to linux_latest
|
||||
linux_latest_for_hardened = pkgs.linux_latest;
|
||||
kernel = (if kernel' == pkgs.linux_latest then linux_latest_for_hardened else kernel').override overrides;
|
||||
in linuxPackagesFor (kernel.override {
|
||||
structuredExtraConfig = import ../os-specific/linux/kernel/hardened/config.nix {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user