summaryrefslogtreecommitdiff
path: root/config_host
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 /config_host
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
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_features.h.in3
1 files changed, 2 insertions, 1 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