Skip to content
Snippets Groups Projects
Commit 96df849f 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

Change-Id: I0bfb94d859467848ce54e1b7e7581f543331c640
parents 9ff58c84 23946193
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ type runas, domain, domain_deprecated, 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