Merge "Allow audio HAL to access application shared memory" into rvc-dev
diff --git a/public/hal_audio.te b/public/hal_audio.te
index bb9eec4..d54b2b2 100644
--- a/public/hal_audio.te
+++ b/public/hal_audio.te
@@ -17,6 +17,9 @@
 allow hal_audio dumpstate:fd use;
 allow hal_audio dumpstate:fifo_file write;
 
+# Needed to allow sound trigger hal to access shared memory from apps.
+allow hal_audio_server appdomain:fd use;
+
 # allow hal audio to use vnbinder
 vndbinder_use(hal_audio)