summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-05-22 01:45:06 +0300
committerTor Lillqvist <tml@collabora.com>2018-05-22 01:47:54 +0300
commit92664be7f876a5f219514cf598e7b4cd39a5b9c9 (patch)
tree558a37cd8d88452cf0d93255f7dc6970720e1bef
parent137c38a1ba01c51c421f695e1558d2c1499c6627 (diff)
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
-rw-r--r--config_host/config_features.h.in3
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 3 deletions
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,