mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
Note that lld enables relro by default, so that we already had either partial or full RELRO, depending on the state of the BIND_NOW knob. Add a RELRO knob so that the option can be disabled if desired, and so that builds using the GNU toolchain are equivalent to those using the standard Clang/LLVM toolchain. Reviewed by: markj MFC after: 3 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D35545
4 lines
106 B
Text
4 lines
106 B
Text
Do not apply the Relocation Read-Only (RELRO) vulnerability mitigation.
|
|
See also the
|
|
.Va BIND_NOW
|
|
option.
|