Kaydet (Commit) ab28f129 authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt

SafeMode: Add Backup config to installation

has been only active in instdir so far

Change-Id: I1028d1acb2186347448a1f86aaa864c3ba88f75d
Reviewed-on: https://gerrit.libreoffice.org/33584Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 6fd00998
......@@ -774,6 +774,47 @@ ProfileItem gid_Brand_Profileitem_Soffice_CrashDirectory
Value = "${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/crash";
End
ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfig
ProfileID = gid_Brand_Profile_Soffice_Ini;
ModuleID = gid_Module_Root_Brand;
Section = "Bootstrap";
Key = "SecureUserConfig";
Value = "true";
End
ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigCompress
ProfileID = gid_Brand_Profile_Soffice_Ini;
ModuleID = gid_Module_Root_Brand;
Section = "Bootstrap";
Key = "SecureUserConfigCompress";
Value = "true";
End
ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigNumCopies
ProfileID = gid_Brand_Profile_Soffice_Ini;
ModuleID = gid_Module_Root_Brand;
Section = "Bootstrap";
Key = "SecureUserConfigNumCopies";
Value = "2";
End
ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigMode
ProfileID = gid_Brand_Profile_Soffice_Ini;
ModuleID = gid_Module_Root_Brand;
Section = "Bootstrap";
Key = "SecureUserConfigMode";
Value = "1";
End
ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigExtensions
ProfileID = gid_Brand_Profile_Soffice_Ini;
ModuleID = gid_Module_Root_Brand;
Section = "Bootstrap";
Key = "SecureUserConfigExtensions";
Value = "true";
End
ProfileItem gid_Brand_Profileitem_Version_Buildid
ProfileID = gid_Brand_Profile_Version_Ini;
ModuleID = gid_Module_Root_Brand;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment