Skip to content
Snippets Groups Projects
Commit 14886478 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...

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

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