diff --git a/public/runas.te b/public/runas.te
index 19e30e8005328088a5ca1f483ff5a9249248a9cb..a61f176a99db224d867ef8177fecc523d981ff11 100644
--- a/public/runas.te
+++ b/public/runas.te
@@ -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 };