mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 05:02:04 -08:00
add libhardened_malloc
This commit is contained in:
parent
44586aa92f
commit
630e367ca8
3 changed files with 3 additions and 0 deletions
|
|
@ -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 += [
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
BIN
settings/libhardened_malloc.so
Normal file
BIN
settings/libhardened_malloc.so
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue