forked from lix-project/lix
> As far as I can tell, the CoreFoundation function CFNumberFormatterCopyProperty segfaults if the > directory added in this pull request is not readable. This change allows openjdk-darwin to build in > the sandbox.
This commit is contained in:
commit
85aeedb9bc
|
@ -11,7 +11,8 @@
|
||||||
(literal "/private/etc/protocols")
|
(literal "/private/etc/protocols")
|
||||||
(literal "/private/var/tmp")
|
(literal "/private/var/tmp")
|
||||||
(literal "/private/var/db")
|
(literal "/private/var/db")
|
||||||
(subpath "/private/var/db/mds"))
|
(subpath "/private/var/db/mds")
|
||||||
|
(subpath "/usr/share/icu"))
|
||||||
|
|
||||||
(allow file-write*
|
(allow file-write*
|
||||||
(literal "/dev/tty")
|
(literal "/dev/tty")
|
||||||
|
|
Loading…
Reference in a new issue