]> git.notmuchmail.org Git - notmuch/commitdiff
debian: enable build hardening features
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 10 Jun 2019 01:35:03 +0000 (04:35 +0300)
committerDavid Bremner <david@tethera.net>
Tue, 11 Jun 2019 10:24:20 +0000 (07:24 -0300)
Debian's build hardening toolchain options produce binary artifacts
that are more resistant to compromise.  The most visible change for
notmuch today is likely to be the addition of the "bindnow" linker
flag, which contributes to making the "Global Offset Table" fully
read-only.

See https://wiki.debian.org/Hardening for more details.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>

No differences found