refactor: streamline kernel boot parameters
Remove insecure and redundant kernel boot options. This enhancement improves system security by defaulting to standard mitigations and settings.
This commit is contained in:
parent
cd69324e48
commit
31323f340f
|
@ -38,5 +38,4 @@
|
||||||
bits = 4096;
|
bits = 4096;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,20 +34,6 @@
|
||||||
"quiet"
|
"quiet"
|
||||||
"splash"
|
"splash"
|
||||||
"video=efifb:nobgrt"
|
"video=efifb:nobgrt"
|
||||||
|
|
||||||
# unsafe, but no secrets on that machine
|
|
||||||
"noibrs"
|
|
||||||
"noibpb"
|
|
||||||
"nopti"
|
|
||||||
"nospectre_v2"
|
|
||||||
"nospectre_v1"
|
|
||||||
"l1tf=off"
|
|
||||||
"nospec_store_bypass_disable"
|
|
||||||
"no_stf_barrier"
|
|
||||||
"mds=off"
|
|
||||||
"tsx=on"
|
|
||||||
"tsx_async_abort=off"
|
|
||||||
"mitigations=off"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
Loading…
Reference in a new issue