zephyr/samples/microkernel/test/test_stackprot/prj_x86.conf

8 lines
233 B
Plaintext

# Let stack canaries use non-random number generator.
# This option is NOT to be used in production code.
CONFIG_ENHANCED_SECURITY=y
CONFIG_CUSTOM_SECURITY=y
CONFIG_STACK_CANARIES=y
CONFIG_DRV_RANDOM=y
CONFIG_TEST_RANDOM_GENERATOR=y