support/testing: test_hardening disable PIC/PIE
authorRomain Naour <romain.naour@gmail.com>
Thu, 13 May 2021 16:22:45 +0000 (18:22 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 18 May 2021 20:15:36 +0000 (22:15 +0200)
commit45a13be315f2e3dd9caa29dae8c84280975d4807
treec2816115b363e0376d44b3d20bdcee022e1aff88
parentc2ebfe7d78f999ff2201a4d9b59cc8c0efe85218
support/testing: test_hardening disable PIC/PIE

Since [1], PIC/PIE is enabled by default but the TestRelroPartial
test expect implicitely PIC/PIE being disabled.

Disable PIC/PIE from the config fragment provided by
TestRelroPartial.

[1] 810ba387bec3c5b6904e8893fb4cb6f9d3717466

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/1255661757

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
support/testing/tests/core/test_hardening.py