diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-05 22:45:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-05 22:53:52 +0200 |
commit | 1651080f8a11cd02d316d661b65c6d4e247d085e (patch) | |
tree | 2b3fda325fafc5665788ba6e81afe8053ace0a0d /solenv | |
parent | 3c3a6f87bfbf1532187c07220dcfb184ae7d949b (diff) |
Add --enable-readonly-installset option
Not yet implemented in the code, but my idea is that any functionality
that modifies the system-wide installation will go away in this case.
Automatically set if --disable-externsions, or if building a sandboxed
LO for OS X.
Should probably be set automatically also when just building a signed
(but not necesssarily sandboxed) LO for OS X? Surely installing a
system-wide extension should count as tampering with the
app. Especially if we can make also extension (scripts) be signed (by
locating them in the Resources folder?)
Change-Id: Id654bfaa6331535a66eae1bc6531a756085a3f06
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/gbuild.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk index 1c092eda6c70..c8aeba216e9e 100644 --- a/solenv/gbuild/gbuild.mk +++ b/solenv/gbuild/gbuild.mk @@ -266,6 +266,7 @@ gb_GLOBALDEFS += \ DISABLE_EXPORT \ DISABLE_EXTENSIONS \ DISABLE_SCRIPTING \ + ENABLE_READONLY_INSTALLSET \ ) gb_GLOBALDEFS := $(sort $(gb_GLOBALDEFS)) |