summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2023-10-26 17:25:47 +0100
committerSimon McVittie <smcv@debian.org>2023-10-26 19:28:33 +0100
commit2cfc350816eaddb1739a7b48797107312e64a17a (patch)
tree553f0e4a8a4ec57eeb60889da06977dd4ae353f3
parent0a85b6af8ff2e3fdb797cf3c90e0fbdd9f3bffb0 (diff)
d/rules: Explicitly enable sandboxed image validation
This is the default, but for a security hardening mechanism, explicit seems better than implicit.
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 964d769..32e383e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@ override_dh_auto_configure:
dh_auto_configure -- \
-Dauto_features=enabled \
-Dinstalled-tests=true \
+ -Dsandboxed-image-validation=true \
$(CONFFLAGS)
$(NULL)