[Libreoffice-commits] core.git: config_host/config_features.h.in configure.ac

Tor Lillqvist tml at collabora.com
Mon May 21 22:48:56 UTC 2018


 config_host/config_features.h.in |    3 ++-
 configure.ac                     |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 92664be7f876a5f219514cf598e7b4cd39a5b9c9
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue May 22 01:45:06 2018 +0300

    Fix misleading comment: We do check HAVE_FEATURE_READONLY_INSTALLSET...
    
    ...at least in a couple of places, and at least for a sandboxed macOS
    build that check does its job, it prevents write attempts into the app
    bundle.
    
    Change-Id: I6d243d3e8a4c77f03a8265125aefd75becbf0998

diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in
index d631ae1c0e42..c66435a12007 100644
--- a/config_host/config_features.h.in
+++ b/config_host/config_features.h.in
@@ -113,7 +113,8 @@
  *
  * Prevents attempts by LibreOffice to write into its installation. That means
  * at least that no "system-wide" extensions can be added, if the location for
- * them is the traditional one. Experimental work in progress, not actually implemented.
+ * them is the traditional one right in the middle of the installation.
+ * Probably not completely implemented.
  */
 
 #define HAVE_FEATURE_READONLY_INSTALLSET 0
diff --git a/configure.ac b/configure.ac
index fc07222114cb..f9202771c1b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1430,8 +1430,8 @@ AC_ARG_WITH(package-version,
 libo_FUZZ_ARG_ENABLE(readonly-installset,
     AS_HELP_STRING([--enable-readonly-installset],
         [Prevents any attempts by LibreOffice to write into its installation. That means
-         at least that no "system-wide" extensions can be added. Experimental work in
-         progress.]),
+         at least that no "system-wide" extensions can be added. Partly experimental work in
+         progress, probably not fully implemented (but is useful for sandboxed macOS builds).]),
 ,)
 
 libo_FUZZ_ARG_ENABLE(postgresql-sdbc,


More information about the Libreoffice-commits mailing list