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 fb45fcb commit 2b7f102Copy full SHA for 2b7f102
config-qubes
@@ -31,7 +31,10 @@ CONFIG_GCC_PLUGINS=y
31
CONFIG_GCC_PLUGIN_LATENT_ENTROPY=y
32
CONFIG_GCC_PLUGIN_STRUCTLEAK=y
33
CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y
34
-## XXX: What's about RANDSTRUCT?
+## CONFIG_ZERO_CALL_USED_REGS=y requires too new a toolchain
35
+# CONFIG_SLUB_DEBUG_ON is not set
36
+## XXX: What's about RANDSTRUCT? Answer: not useful against attacks targeting
37
+## Qubes, useful against generic attacks
38
39
## Those depend on CONFIG_EXPERT
40
CONFIG_ARCH_MMAP_RND_BITS=32
@@ -40,6 +43,7 @@ CONFIG_ARCH_MMAP_RND_COMPAT_BITS=16
43
# CONFIG_KEXEC is not set
41
44
42
45
CONFIG_LEGACY_VSYSCALL_NONE=y
46
+# CONFIG_MODIFY_LDT_SYSCALL is not set
47
48
# CONFIG_ACPI_CUSTOM_METHOD is not set
49
0 commit comments