Closed GrapeGreen closed 2 weeks ago
This change outlines the direct-sockets-private permissions policy that roughly applies as follows:
TCPSocket
UDPSocket
On top of that, new port range restrictions are applied:
TCPServerSocket
Preview | Diff
This change outlines the direct-sockets-private permissions policy that roughly applies as follows:
TCPSocket
, if the destination address resolves to privateUDPSocket
(connected mode), if the destination address resolves to privateUDPSocket
(bound mode), alwaysOn top of that, new port range restrictions are applied:
TCPServerSocket
, ports below 32678 are prohibitedUDPSocket
(bound mode), ports below 1024 are prohibitedPreview | Diff