Snap for 6779616 from 9dc17d30c7f5ad420322349ab70621b2d126c526 to android10-tests-release

Change-Id: Ia5211fe87f6d5fe3d1be35c9e26fcc697d0b521e
diff --git a/public/hal_audio.te b/public/hal_audio.te
index bb9eec4..2ce953a 100644
--- a/public/hal_audio.te
+++ b/public/hal_audio.te
@@ -27,10 +27,6 @@
 # Should never execute any executable without a domain transition
 neverallow hal_audio_server { file_type fs_type }:file execute_no_trans;
 
-# Should never need network access.
-# Disallow network sockets.
-neverallow hal_audio_server domain:{ tcp_socket udp_socket rawip_socket } *;
-
 # Only audio HAL may directly access the audio hardware
 neverallow { halserverdomain -hal_audio_server -hal_omx_server } audio_device:chr_file *;