[Libreoffice-commits] core.git: Branch 'feature/profilesafemode' - instsetoo_native/CustomTarget_setup.mk

Armin Le Grand Armin.Le.Grand at cib.de
Thu Sep 29 16:05:14 UTC 2016


 instsetoo_native/CustomTarget_setup.mk |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 9e588b18affa4b22c942cb282f82eab719d7b5c4
Author: Armin Le Grand <Armin.Le.Grand at cib.de>
Date:   Thu Sep 29 18:00:35 2016 +0200

    profilesafe: Add values for SecureUserConfig
    
    Added default values for SecureUserConfig values
    to soffice.ini/rc which enable the mechanism and
    set a maximum of three backups of the users
    registrymodifications.xcu file in packed form
    
    Change-Id: I5204b13bd5adc6a43ee228a18b304e8c7aaaab63

diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk
index 173a8c6..26fc427 100644
--- a/instsetoo_native/CustomTarget_setup.mk
+++ b/instsetoo_native/CustomTarget_setup.mk
@@ -104,6 +104,7 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
 	) > $@
 
 # for release-builds (building installers) adjust values in openoffice.lst.in
+# Added 'SecureUserConfig' flags to enable and safe three registrymodifications.xcu versions
 $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,soffice) :
 	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1)
 	( \
@@ -118,6 +119,8 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
 		&& echo 'ProgressTextBaseline=145' \
 		&& echo 'ProgressTextColor=255,255,255' \
 		&& echo 'URE_BOOTSTRAP=$${ORIGIN}/$(call gb_Helper_get_rcfile,fundamental)' \
+		&& echo 'SecureUserConfig=true' \
+		&& echo 'SecureUserConfigNumCopies=3' \
 	) > $@
 
 $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,uno) :


More information about the Libreoffice-commits mailing list