nixos/hardened profile: disable hibernation
Recommended by KSPP
This commit is contained in:
parent
ffa83edf4a
commit
1dd3ba924b
@ -20,6 +20,9 @@ with lib;
|
|||||||
|
|
||||||
# Disable legacy virtual syscalls
|
# Disable legacy virtual syscalls
|
||||||
"vsyscall=none"
|
"vsyscall=none"
|
||||||
|
|
||||||
|
# Disable hibernation (allows replacing the running kernel)
|
||||||
|
"nohibernate"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Restrict ptrace() usage to processes with a pre-defined relationship
|
# Restrict ptrace() usage to processes with a pre-defined relationship
|
||||||
|
Loading…
Reference in New Issue
Block a user