ソースを参照

fix(debian): hardening all but no PIE flag

jrcoding 4 年 前
コミット
738629b198
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      debian/rules-template

+ 1 - 0
debian/rules-template

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