]> git.proxmox.com Git - vzctl.git/commitdiff
enable debian hardening-wrapper
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 3 Jun 2014 06:13:03 +0000 (08:13 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 3 Jun 2014 06:13:03 +0000 (08:13 +0200)
debian/rules

index 97200fce2bdf1b761aa989460fa411e631e60f5d..8f94737919ec23f5b018639337f0fa55fa7da1d1 100644 (file)
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export DEB_BUILD_HARDENING=1
+
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)