diff --git a/netd.te b/netd.te
index 586043d63066018e0056ccbc80c1fbfe69c165dd..938fc686b3a0f310d6d9f644154a89f2cf68fb61 100644
--- a/netd.te
+++ b/netd.te
@@ -11,6 +11,7 @@ allow netd self:rawip_socket *;
 allow netd self:{ tcp_socket udp_socket } *;
 allow netd node:{ tcp_socket udp_socket } node_bind;
 allow netd port:{ tcp_socket udp_socket } name_bind;
+allow netd port:tcp_socket name_connect;
 allow netd self:unix_stream_socket *;
 allow netd shell_exec:file rx_file_perms;
 allow netd system_file:file x_file_perms;