We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76261fc commit 4c56d9fCopy full SHA for 4c56d9f
kernel/configs/hardening.config
@@ -63,6 +63,9 @@ CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
63
# Initialize all stack variables to zero on function entry.
64
CONFIG_INIT_STACK_ALL_ZERO=y
65
66
+# Wipe kernel stack after syscall completion to reduce stale data lifetime.
67
+CONFIG_KSTACK_ERASE=y
68
+
69
# Wipe RAM at reboot via EFI. For more details, see:
70
# https://trustedcomputinggroup.org/resource/pc-client-work-group-platform-reset-attack-mitigation-specification/
71
# https://bugzilla.redhat.com/show_bug.cgi?id=1532058
0 commit comments