diff --git a/public/runas.te b/public/runas.te index cda02efab9db71e9368d2947aca1ad6d4464e408..7a7febfc04f870ae3b93333e73c3ddd52dcde814 100644 --- a/public/runas.te +++ b/public/runas.te @@ -2,6 +2,7 @@ type runas, domain, 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 };