mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
fix(cli): allow macOS PTY device paths in permissive sandbox
This commit is contained in:
parent
e93b287329
commit
487a8390b0
1 changed files with 3 additions and 1 deletions
|
|
@ -22,4 +22,6 @@
|
|||
(literal "/dev/stdout")
|
||||
(literal "/dev/stderr")
|
||||
(literal "/dev/null")
|
||||
)
|
||||
(literal "/dev/ptmx")
|
||||
(regex #"^/dev/ttys[0-9]*$")
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue