summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boot <bootc@bootc.net>2018-06-23 12:03:36 +0100
committerChris Boot <bootc@bootc.net>2018-06-23 19:37:25 +0100
commit7bb777ec7af0b4f0493f61453ae97786a0a187e8 (patch)
tree13321c01a62e3429d2524e6cc92c25c79407d0dc
parent60d9d31d91b004b966e7e0f25e0796720110d7a5 (diff)
d/rules: explicitly enable all hardening options
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1d3561b..4edd674 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,9 @@ ulogd2 (2.0.7-1) UNRELEASED; urgency=medium
* d/ulogd2.logrotate:
- add 'delaycompress' option. (Closes: #894603)
- use systemctl when running under systemd. (Closes: #805976)
+ * d/rules:
+ - Explicitly enable all hardening options, in case more are added in
+ future.
-- Chris Boot <bootc@debian.org> Mon, 14 May 2018 11:41:13 +0100
diff --git a/debian/rules b/debian/rules
index 52dfed2..9ec98cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
#export DH_VERBOSE=1
# Activate full hardening build flags
-export DEB_BUILD_MAINT_OPTIONS := hardening=+pie,+bindnow
+export DEB_BUILD_MAINT_OPTIONS := hardening=+all
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)