Sfoglia il codice sorgente

fix(debian): hardening all but no PIE flag

jrcoding 4 anni fa
parent
commit
738629b198
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      debian/rules-template

+ 1 - 0
debian/rules-template

@@ -2,6 +2,7 @@
 
 
 export DH_VERBOSE = 1
 export DH_VERBOSE = 1
 
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
 export DEB_BUILD_OPTIONS=parallel=4
 export DEB_BUILD_OPTIONS=parallel=4
 
 
 override_dh_auto_configure:
 override_dh_auto_configure: