We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d3244 commit f5c68a4Copy full SHA for f5c68a4
security/Kconfig.hardening
@@ -344,7 +344,7 @@ config CC_HAS_RANDSTRUCT
344
345
choice
346
prompt "Randomize layout of sensitive kernel structures"
347
- default RANDSTRUCT_FULL if COMPILE_TEST && (GCC_PLUGINS || CC_HAS_RANDSTRUCT)
+ default RANDSTRUCT_FULL if COMPILE_TEST && CC_HAS_RANDSTRUCT
348
default RANDSTRUCT_NONE
349
help
350
If you enable this, the layouts of structures that are entirely
0 commit comments