Skip to content
Snippets Groups Projects
Commit 59faed05 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

Allow apps to create listening ports

Bug: 9872463
Change-Id: I47eabeace3387afd24c0fd4bee70e77c0a3586d5
parent 2637198f
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,9 @@ allow untrusted_app sdcard_external:file create_file_perms;
allow untrusted_app asec_apk_file:dir { getattr };
allow untrusted_app asec_apk_file:file r_file_perms;
# Create listening tcp/udp sockets
# Create tcp/udp sockets
allow untrusted_app node_type:{ tcp_socket udp_socket } node_bind;
allow untrusted_app self:{ tcp_socket udp_socket } create_socket_perms;
allow untrusted_app self:{ tcp_socket udp_socket } { create_socket_perms accept listen };
# Allow the allocation and use of ptys
# Used by: https://play.google.com/store/apps/details?id=jackpal.androidterm
......
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