nixos/hardened profile: always enable pti
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user