]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
build: Enable hardening options for Debian build.
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Mon, 1 Oct 2018 23:44:16 +0000 (00:44 +0100)
committerperexg <perex@perex.cz>
Tue, 2 Oct 2018 14:03:43 +0000 (16:03 +0200)
commit406a781184f74af75637329f58253f28482b7c61
treeda674dcb31a5309e758b25c47868c8dcd8ae9c0c
parenta26e74d718310feaa76d6629a0e615987e5276e9
build: Enable hardening options for Debian build.

The Debian guidelines recommend enable hardening for processes
that handle untrusted data such as network listeners.

This sets various compiler flags for stack smashing and
makes some segments read-only.
https://wiki.debian.org/Hardening
debian/rules