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:
parent
cc4d7196ff
commit
4a8877bebe
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user