mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +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-hardening
|
||||||
Disable the use of compiler/linker exploit mitigation options
|
Disable the use of compiler/linker exploit mitigation options
|
||||||
which are enabled by default. This includes compiling with
|
which are enabled by default. This includes compiling with
|
||||||
_FORTIFY_SOURCE defined to 2, building with -fstack-protector
|
_FORTIFY_SOURCE defined to 2, building with -fstack-protector,
|
||||||
and linking with -zrelro, where supported.
|
-fstack-clash-protection, -fcf-protection and linking with
|
||||||
|
-zrelro, -znow, and -znoexecstack where supported.
|
||||||
|
|
||||||
--disable-ssp
|
--disable-ssp
|
||||||
Disable use of the -fstack-protector compiler option.
|
Disable use of the -fstack-protector compiler option.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user