Skip to content
Snippets Groups Projects
Commit 5f376c1f authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Allow netd to check permissions.

Bug: 27239233
Change-Id: I82e3451542f08de67ad950223be90e37a2d3e899
parent 9119f12e
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,7 @@ allow netd netd_service:service_manager add; ...@@ -61,6 +61,7 @@ allow netd netd_service:service_manager add;
# Allow netd to call into the system server so it can check permissions. # Allow netd to call into the system server so it can check permissions.
allow netd system_server:binder call; allow netd system_server:binder call;
allow netd permission_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:{tcp_socket udp_socket rawip_socket dccp_socket tun_socket} {read write getattr setattr getopt setopt}; allow netd netdomain:{tcp_socket udp_socket rawip_socket dccp_socket tun_socket} {read write getattr setattr getopt setopt};
......
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