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 d0fd574 commit e82e4d4Copy full SHA for e82e4d4
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
35
+CONFIG_SLUB_DEBUG_ON=y
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
@@ -41,6 +44,7 @@ CONFIG_ARCH_MMAP_RND_COMPAT_BITS=16
41
44
42
45
# CONFIG_LEGACY_VSYSCALL_EMULATE is not set
43
46
CONFIG_LEGACY_VSYSCALL_NONE=y
47
+# CONFIG_MODIFY_LDT_SYSCALL is not set
48
49
# CONFIG_ACPI_CUSTOM_METHOD is not set
50
0 commit comments