2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Mention other hardening compilation and linker options.

This commit is contained in:
Todd C. Miller 2022-04-01 10:23:54 -06:00
parent cc4d7196ff
commit 4a8877bebe

View File

@ -220,8 +220,9 @@ Defaults are listed in brackets after the description.
--disable-hardening
Disable the use of compiler/linker exploit mitigation options
which are enabled by default. This includes compiling with
_FORTIFY_SOURCE defined to 2, building with -fstack-protector
and linking with -zrelro, where supported.
_FORTIFY_SOURCE defined to 2, building with -fstack-protector,
-fstack-clash-protection, -fcf-protection and linking with
-zrelro, -znow, and -znoexecstack where supported.
--disable-ssp
Disable use of the -fstack-protector compiler option.