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

Allow access to /dev/stderr in Darwin sandbox
This commit is contained in:
Théophane Hufschmitt 2023-12-19 10:09:38 +01:00 committed by GitHub
commit c6d7013583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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