> 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:
Shea Levy 2015-11-01 01:21:09 -04:00
commit 85aeedb9bc

View file

@ -11,7 +11,8 @@
(literal "/private/etc/protocols")
(literal "/private/var/tmp")
(literal "/private/var/db")
(subpath "/private/var/db/mds"))
(subpath "/private/var/db/mds")
(subpath "/usr/share/icu"))
(allow file-write*
(literal "/dev/tty")