Skip to content

HBSD: add a new method to activate safestack on ports

Loic requested to merge loic/ports:safestack_with_a_list into hardenedbsd/main
This adds a new way to enable safestack by listing compatible
ports in a file that is stored in hardenedbsd/ports_with_safestack.

This is an initial version, the final idea being to no longer need
to use 'USE_HARDENING' in the Makefiles of the many ports in order
to reduce our maintenance burden due to the merge conflict.

Signed-off-by: Loic <loic.f@hardenedbsd.org>

Merge request reports