miku: Disable mitigations
This commit is contained in:
parent
5de5e206d2
commit
885fb6feae
@ -149,14 +149,18 @@
|
|||||||
"kvm.report_ignored_msrs=N"
|
"kvm.report_ignored_msrs=N"
|
||||||
"fbcon=rotate:3"
|
"fbcon=rotate:3"
|
||||||
"quiet"
|
"quiet"
|
||||||
"nopti"
|
|
||||||
"nospectre_v2"
|
|
||||||
"nospec"
|
|
||||||
"clocksource=tsc"
|
"clocksource=tsc"
|
||||||
"tsc=reliable"
|
"tsc=reliable"
|
||||||
"pci=noaer"
|
"pci=noaer"
|
||||||
|
# Disable mitigations
|
||||||
|
"mitigations=off"
|
||||||
|
"rhgb"
|
||||||
|
# Enable ZSwap
|
||||||
|
"zswap.enabled=1"
|
||||||
# Enable Apparmor
|
# Enable Apparmor
|
||||||
"lsm=landlock,lockdown,yama,integrity,apparmor,bpf"
|
"lsm=landlock,lockdown,yama,integrity,apparmor,bpf"
|
||||||
|
# Prevent sequential probing
|
||||||
|
"libahci.ignore_sss=1"
|
||||||
];
|
];
|
||||||
kernel.sysctl = {
|
kernel.sysctl = {
|
||||||
# League of Legends under Linux
|
# League of Legends under Linux
|
||||||
|
Loading…
Reference in New Issue
Block a user