Skip to content
Snippets Groups Projects
Commit ace68b1e authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 91ebcf33: netd: allow tcp_socket name_connect

* commit '91ebcf33':
  netd: allow tcp_socket name_connect
parents b391269f 91ebcf33
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ allow netd self:rawip_socket *; ...@@ -11,6 +11,7 @@ allow netd self:rawip_socket *;
allow netd self:{ tcp_socket udp_socket } *; allow netd self:{ tcp_socket udp_socket } *;
allow netd node:{ tcp_socket udp_socket } node_bind; allow netd node:{ tcp_socket udp_socket } node_bind;
allow netd port:{ tcp_socket udp_socket } name_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 self:unix_stream_socket *;
allow netd shell_exec:file rx_file_perms; allow netd shell_exec:file rx_file_perms;
allow netd system_file:file x_file_perms; allow netd system_file:file x_file_perms;
......
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