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

am 0560e75e: system_server: allow handling app generated unix_stream_sockets

* commit '0560e75e':
  system_server: allow handling app generated unix_stream_sockets
parents 7afcaafc 0560e75e
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,7 @@ allow system_server gps_control:file rw_file_perms;
# Allow system_server to use app-created sockets and pipes.
allow system_server appdomain:{ tcp_socket udp_socket } { getattr getopt setopt read write shutdown };
allow system_server appdomain:fifo_file { getattr read write };
allow system_server appdomain:{ fifo_file unix_stream_socket } { getattr read write };
# Allow abstract socket connection
allow system_server rild:unix_stream_socket connectto;
......
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