From ac05f55d9f84e2f8a4255efe5fe61bb8c52cecde Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 14 Feb 2022 20:06:33 +0100 Subject: Enable all hardening build flags --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 59468264..da447d37 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,8 @@ include /usr/share/dpkg/architecture.mk +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + export PYTHON=/usr/bin/python3 PPPD_PLUGIN_DIR := $(shell dh_ppp --plugin-dir) -- cgit 1.3.0-6-gf8a5 From 9dfb775ea3968a099ae3b596160c9ab93a267031 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 19 Feb 2022 21:47:49 +0100 Subject: Set path to nft binary --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index da447d37..1f896f0a 100755 --- a/debian/rules +++ b/debian/rules @@ -25,9 +25,10 @@ override_dh_auto_configure: --runstatedir=/run \ --with-pppd-plugin-dir=$(PPPD_PLUGIN_DIR) \ --with-pppd=/usr/sbin/pppd \ + --with-nft=/usr/sbin/nft \ + --with-iptables=/usr/sbin/iptables \ --with-resolvconf=/sbin/resolvconf \ --with-dhclient=/sbin/dhclient \ - --with-iptables=/usr/sbin/iptables \ --with-dnsmasq=/usr/sbin/dnsmasq \ --with-dnssec-trigger=/usr/lib/dnssec-trigger/dnssec-trigger-script \ --with-polkit-agent-helper-1=/usr/lib/policykit-1/polkit-agent-helper-1 \ -- cgit 1.3.0-6-gf8a5