sepolicy: Added thermal engine access to audioserver
audioserver needs to access thermal engine for
speaker calibration.
Change-Id: I141e8962b6e39ba8407b6e54710c31b9574a1b2b
CRs-fixed: 1086008
diff --git a/common/audioserver.te b/common/audioserver.te
index 48df422..df2d09c 100644
--- a/common/audioserver.te
+++ b/common/audioserver.te
@@ -86,3 +86,6 @@
allow audioserver activity_service:service_manager find;
set_prop(audioserver, dolby_prop)
# DOLBY_END
+
+# for thermal sock files
+unix_socket_connect(audioserver, thermal, thermal-engine)