forked from lix-project/lix
Merge pull request #9641 from amarshall/darwin-sandbox-stderr
Allow access to /dev/stderr in Darwin sandbox (cherry picked from commitc6d7013583
) Change-Id:I5657f6f4ee9dad8c978bad0d71f5cac51584e4f2
This commit is contained in:
parent
2ddf453e0d
commit
6622abb463
|
@ -68,6 +68,7 @@ R""(
|
|||
(allow file*
|
||||
(literal "/dev/null")
|
||||
(literal "/dev/random")
|
||||
(literal "/dev/stderr")
|
||||
(literal "/dev/stdin")
|
||||
(literal "/dev/stdout")
|
||||
(literal "/dev/tty")
|
||||
|
|
Loading…
Reference in a new issue