mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-07 18:57:19 +02:00
Allow access to /dev/stderr in Darwin sandbox
We allow /dev/stdout, so why not this? Since it is process-local, anyway, should not be possible to escape sandbox using it.
This commit is contained in:
parent
5d5b25f2e3
commit
7526b7ded6
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ R""(
|
||||||
(allow file*
|
(allow file*
|
||||||
(literal "/dev/null")
|
(literal "/dev/null")
|
||||||
(literal "/dev/random")
|
(literal "/dev/random")
|
||||||
|
(literal "/dev/stderr")
|
||||||
(literal "/dev/stdin")
|
(literal "/dev/stdin")
|
||||||
(literal "/dev/stdout")
|
(literal "/dev/stdout")
|
||||||
(literal "/dev/tty")
|
(literal "/dev/tty")
|
||||||
|
|
Loading…
Add table
Reference in a new issue