Commit 625779ee authored by Eloy Durán's avatar Eloy Durán

[Sandbox] Allow all outbound network connections for now.

parent 9919f3aa
...@@ -62,6 +62,9 @@ __END__ ...@@ -62,6 +62,9 @@ __END__
(allow process-fork) (allow process-fork)
(allow system-socket) (allow system-socket)
; TODO make this stricter if possible
(allow network-outbound)
; TODO: Needed for appldoc to install a docset ; TODO: Needed for appldoc to install a docset
; (allow appleevent-send) ; (allow appleevent-send)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment