Merge pull request #9641 from amarshall/darwin-sandbox-stderr

Allow access to /dev/stderr in Darwin sandbox

(cherry picked from commit c6d7013583c568590aff285fb7414d1675a745f4)
Change-Id: I5657f6f4ee9dad8c978bad0d71f5cac51584e4f2
This commit is contained in:
eldritch horrors 2024-03-04 07:26:03 +01:00
parent 2ddf453e0d
commit 6622abb463

View file

@ -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")