> I made this change for two reasons:

> 1. Darwin's locale data doesn't appear to be open source
> 2. Privileged processes will always use /usr/share/locale regardless of environment variables
This commit is contained in:
Shea Levy 2015-11-04 17:27:19 -05:00
commit 5bc12454fd
1 changed files with 6 additions and 2 deletions

View File

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