add libhardened_malloc

This commit is contained in:
oneflux 2025-04-22 20:04:47 -07:00
parent 44586aa92f
commit 630e367ca8
3 changed files with 3 additions and 0 deletions

View file

@ -10,6 +10,7 @@ index bb0f71dd60..3ad3d84b82 100644
+@RESPATH@/defaults/pref/local-settings.js +@RESPATH@/defaults/pref/local-settings.js
+@RESPATH@/distribution/policies.json +@RESPATH@/distribution/policies.json
+@RESPATH@/omegafox.cfg +@RESPATH@/omegafox.cfg
+@RESPATH@/libhardened_malloc.so
+ +
; [Default Preferences] ; [Default Preferences]
; All the pref files must be part of base to prevent migration bugs ; All the pref files must be part of base to prevent migration bugs
@ -22,6 +23,7 @@ index e69de29bb2..208184547e 100644
+FINAL_TARGET_FILES += [ +FINAL_TARGET_FILES += [
+ "omegafox.cfg", + "omegafox.cfg",
+ "properties.json" + "properties.json"
+ "libhardened_malloc.so"
+] +]
+ +
+FINAL_TARGET_FILES.distribution += [ +FINAL_TARGET_FILES.distribution += [

View file

@ -33,6 +33,7 @@ run 'cp -v ../../settings/omegafox.cfg .'
run 'cp -v ../../settings/distribution/policies.json .' run 'cp -v ../../settings/distribution/policies.json .'
run 'cp -v ../../settings/defaults/pref/local-settings.js .' run 'cp -v ../../settings/defaults/pref/local-settings.js .'
run 'cp -v ../../settings/properties.json .' run 'cp -v ../../settings/properties.json .'
run 'cp -v ../../settings/libhardened_malloc.so .'
run 'touch moz.build' run 'touch moz.build'
popd > /dev/null popd > /dev/null

Binary file not shown.