Skip to content
Snippets Groups Projects
Unverified Commit 1cd75e42 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

sandbox: allow more TTYs.

This is needed on Catalina.

Fixes #6546
parent b7e0eaae
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ class Sandbox
(literal "/dev/random")
(literal "/dev/zero")
(regex #"^/dev/fd/[0-9]+$")
(regex #"^/dev/ttys?[0-9]*$")
(regex #"^/dev/tty[a-z0-9]*$")
)
(deny file-write*) ; deny non-whitelist file write operations
(allow process-exec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment