base/mitigations: blacklist modules for copyfail and pintheft

This commit is contained in:
h7x4
2026-05-20 16:33:07 +09:00
parent e5804c043a
commit ffce1bd607

View File

@@ -2,16 +2,19 @@
{ {
boot.blacklistedKernelModules = [ boot.blacklistedKernelModules = [
"rxrpc" # dirtyfrag # copy.fail
"esp6" # dirtyfrag "af_alg"
"esp4" # dirtyfrag "algif_aead"
]; "algif_hash"
boot.extraModprobeConfig = '' "algif_rng"
# dirtyfrag "algif_skcipher"
install esp4 /bin/false
# dirtyfrag # dirtyfrag / Fragnesia
install esp6 /bin/false "esp4"
# dirtyfrag "esp6"
install rxrpc /bin/false "rxrpc"
'';
# PinTheft
"rds"
];
} }