summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-10-23 12:47:08 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-10-23 12:47:08 -0700
commit628fadf6d6959dd5d7c04fc325f3c9ba6078f18a (patch)
tree395e722a269b35e3ef53f01936b9f4ca18b117be /debian
parent7d71415cd964e8e936648028215674877e7d37e6 (diff)
downloadkeysafe-628fadf6d6959dd5d7c04fc325f3c9ba6078f18a.tar.gz
override hardening-no-fortify-functions
Diffstat (limited to 'debian')
-rw-r--r--debian/keysafe-bin.lintian-overrides3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/keysafe-bin.lintian-overrides b/debian/keysafe-bin.lintian-overrides
index 5cbd6a6..f86a04f 100644
--- a/debian/keysafe-bin.lintian-overrides
+++ b/debian/keysafe-bin.lintian-overrides
@@ -1,2 +1,5 @@
# standard Haskell override
binary-or-shlib-defines-rpath
+
+# unprotected functions are due to Haskell's static compilation
+hardening-no-fortify-functions