checked what vulnerabilities apply to my hardware
This commit is contained in:
parent
1b94207cd7
commit
ea6047fa49
1 changed files with 14 additions and 0 deletions
14
flake.nix
14
flake.nix
|
|
@ -168,6 +168,20 @@
|
|||
with lib.kernel;
|
||||
{
|
||||
# CPU_MITIGATIONS = no;
|
||||
#
|
||||
# unaffected by
|
||||
MITIGATION_PAGE_TABLE_ISOLATION = no;
|
||||
MITIGATION_GDS = no;
|
||||
MITIGATION_RFDS = no;
|
||||
MITIGATION_MDS = no;
|
||||
MITIGATION_TAA = no;
|
||||
MITIGATION_MMIO_STALE_DATA = no;
|
||||
MITIGATION_L1TF = no;
|
||||
MITIGATION_SRBDS = no;
|
||||
MITIGATION_ITS = no;
|
||||
MITIGATION_SPECTRE_BHI = no;
|
||||
MITIGATION_IBRS_ENTRY = no;
|
||||
MITIGATION_CALL_DEPTH_TRACKING = no;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue