nixos/hardened profile: disable hibernation

Recommended by KSPP
This commit is contained in:
Joachim Fasting 2017-04-30 11:57:12 +02:00
parent ffa83edf4a
commit 1dd3ba924b
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -20,6 +20,9 @@ with lib;
# Disable legacy virtual syscalls
"vsyscall=none"
# Disable hibernation (allows replacing the running kernel)
"nohibernate"
];
# Restrict ptrace() usage to processes with a pre-defined relationship