forked from lix-project/lix
Allow getpwuid in the darwin sandbox.
This commit is contained in:
parent
197922ea4e
commit
453f675810
|
@ -21,6 +21,9 @@
|
|||
; Allow sending signals within the sandbox.
|
||||
(allow signal (target same-sandbox))
|
||||
|
||||
; Allow getpwuid.
|
||||
(allow mach-lookup (global-name "com.apple.system.opendirectoryd.libinfo"))
|
||||
|
||||
; Access to /tmp.
|
||||
(allow file* process-exec (literal "/tmp") (subpath TMPDIR))
|
||||
|
||||
|
|
Loading…
Reference in a new issue