Skip to content
Snippets Groups Projects
Commit 690ab198 authored by Yabin Cui's avatar Yabin Cui Committed by android-build-merger
Browse files

Allow run-as to read/write unix_stream_sockets created by adbd. am: 1847a38b am: 23946193

am: 96df849f

Change-Id: I631667710b2998361b0e2db3f13f5fb7d2582420
parents c6ba60d8 96df849f
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ type runas, domain, mlstrustedsubject;
type runas_exec, exec_type, file_type;
allow runas adbd:process sigchld;
allow runas adbd:unix_stream_socket { read write };
allow runas shell:fd use;
allow runas shell:fifo_file { read write };
allow runas shell:unix_stream_socket { read write };
......
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