diff --git a/public/runas.te b/public/runas.te index 19e30e800..a61f176a9 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 };