nixos/hardened profile: always enable pti

This commit is contained in:
Joachim Fasting 2019-01-05 13:50:36 +01:00
parent 3f1f443125
commit 167578163a
No known key found for this signature in database
GPG key ID: 5C204DF675C90294

View file

@ -40,6 +40,9 @@ with lib;
# Disable legacy virtual syscalls
"vsyscall=none"
# Enable PTI even if CPU claims to be safe from meltdown
"pti=on"
];
boot.blacklistedKernelModules = [