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

am 36a5d109: netd: allow tcp connections.

* commit '36a5d109':
  netd: allow tcp connections.
parents 868a9e26 36a5d109
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,9 @@ allow netd self:netlink_kobject_uevent_socket *; ...@@ -8,9 +8,9 @@ allow netd self:netlink_kobject_uevent_socket *;
allow netd self:netlink_route_socket *; allow netd self:netlink_route_socket *;
allow netd self:netlink_nflog_socket *; allow netd self:netlink_nflog_socket *;
allow netd self:rawip_socket *; allow netd self:rawip_socket *;
allow netd self:udp_socket *; allow netd self:{ tcp_socket udp_socket } *;
allow netd node:udp_socket node_bind; allow netd node:{ tcp_socket udp_socket } node_bind;
allow netd port:udp_socket name_bind; allow netd port:{ tcp_socket udp_socket } name_bind;
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