Allow run-as to read/write unix_stream_sockets created by adbd. am: 1847a38b4a am: 2394619394
am: 96df849f15
Change-Id: I631667710b2998361b0e2db3f13f5fb7d2582420
diff --git a/public/runas.te b/public/runas.te
index cda02ef..7a7febf 100644
--- a/public/runas.te
+++ b/public/runas.te
@@ -2,6 +2,7 @@
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 };