nixos/hardened profile: always enable pti

This commit is contained in:
Joachim Fasting
2019-01-05 14:07:39 +01:00
parent 3f1f443125
commit 167578163a
+3
View File
@@ -40,6 +40,9 @@ with lib;
# Disable legacy virtual syscalls # Disable legacy virtual syscalls
"vsyscall=none" "vsyscall=none"
# Enable PTI even if CPU claims to be safe from meltdown
"pti=on"
]; ];
boot.blacklistedKernelModules = [ boot.blacklistedKernelModules = [