Skip to content
Snippets Groups Projects
Commit 29ed5f16 authored by Yongqin Liu's avatar Yongqin Liu Committed by android-build-merger
Browse files

public/netd.te: allow netd to operate icmp_socket that passed to it

am: 8a8d4ef5

Change-Id: Ib48576d7f47811870661e0bb66cebad0f26a6782
parents 29e292e9 8a8d4ef5
No related branches found
No related tags found
No related merge requests found
...@@ -94,6 +94,7 @@ allow netd netd_listener_service:service_manager find; ...@@ -94,6 +94,7 @@ allow netd netd_listener_service:service_manager find;
# Allow netd to operate on sockets that are passed to it. # Allow netd to operate on sockets that are passed to it.
allow netd netdomain:{ allow netd netdomain:{
icmp_socket
tcp_socket tcp_socket
udp_socket udp_socket
rawip_socket rawip_socket
......
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