mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-05-21 05:51:12 +02:00
base/mitigations: blacklist modules for copyfail and pintheft
This commit is contained in:
@@ -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"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user