Merge branch 'master' of https://github.com/pikajude/nix
> 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:
commit
5bc12454fd
|
@ -11,8 +11,12 @@
|
||||||
(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-read*
|
||||||
|
(subpath "/usr/share/icu")
|
||||||
|
(subpath "/usr/share/locale")
|
||||||
|
(subpath "/usr/share/zoneinfo"))
|
||||||
|
|
||||||
(allow file-write*
|
(allow file-write*
|
||||||
(literal "/dev/tty")
|
(literal "/dev/tty")
|
||||||
|
|
Loading…
Reference in a new issue