mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
Since commit ba38961a06 ("um: Enable FORTIFY_SOURCE"), it's possible
to run the FORTIFY tests under UML. Enable CONFIG_FORTIFY_SOURCE when
running with --alltests to gain additional coverage, and by default under
UML.
Signed-off-by: Kees Cook <keescook@chromium.org>
9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
# Config options which are added to UML builds by default
|
|
|
|
# Enable virtio/pci, as a lot of tests require it.
|
|
CONFIG_VIRTIO_UML=y
|
|
CONFIG_UML_PCI_OVER_VIRTIO=y
|
|
|
|
# Enable FORTIFY_SOURCE for wider checking.
|
|
CONFIG_FORTIFY_SOURCE=y
|