etc/defaults.conf: apply full relro completely via LDFLAGS.
This commit is contained in:
parent
44ee1bf10b
commit
e3765bc9b3
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ XBPS_CPPFLAGS="-D_FORTIFY_SOURCE=2"
|
||||||
# avoid linking extra libraries into binaries. See the following link
|
# avoid linking extra libraries into binaries. See the following link
|
||||||
# for info: http://www.gentoo.org/proj/en/qa/asneeded.xml
|
# for info: http://www.gentoo.org/proj/en/qa/asneeded.xml
|
||||||
#
|
#
|
||||||
XBPS_LDFLAGS="-Wl,--as-needed -Wl,-z,relro"
|
XBPS_LDFLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now"
|
||||||
|
|
||||||
# [REQUIRED]
|
# [REQUIRED]
|
||||||
# Command to execute to gain root privileges when using the `update-sys`
|
# Command to execute to gain root privileges when using the `update-sys`
|
||||||
|
|
Loading…
Reference in a new issue