Compare commits
No commits in common. "b9736a5f50fa8f4584c1b317bcdcdccf97cd844a" and "a43fa6440bf73ad84bf8573ff468e3a3ab3b1e75" have entirely different histories.
b9736a5f50
...
a43fa6440b
1 changed files with 0 additions and 12 deletions
|
|
@ -5,16 +5,4 @@
|
|||
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.18.22") (
|
||||
lib.mkDefault pkgs.linuxPackages_6_18
|
||||
);
|
||||
|
||||
# fix CVE-2026-43500
|
||||
boot.extraModprobeConfig = ''
|
||||
install esp4 ${pkgs.coreutils}/bin/false
|
||||
install esp6 ${pkgs.coreutils}/bin/false
|
||||
install rxrpc ${pkgs.coreutils}/bin/false
|
||||
'';
|
||||
boot.blacklistedKernelModules = [
|
||||
"esp4"
|
||||
"esp6"
|
||||
"rxrpc"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue