summaryrefslogtreecommitdiffstats
path: root/common/mediaserver.te
diff options
context:
space:
mode:
Diffstat (limited to 'common/mediaserver.te')
-rw-r--r--common/mediaserver.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/mediaserver.te b/common/mediaserver.te
index 442edc4a..6eae758b 100644
--- a/common/mediaserver.te
+++ b/common/mediaserver.te
@@ -68,6 +68,9 @@ r_dir_file(mediaserver, adsprpcd_file);
#Allow mediaserver to connect to unix sockets for staproxy service
allow mediaserver system_app:unix_stream_socket { connectto read write setopt };
+# allow mediaserver to communicate with bootanim
+binder_call(mediaserver, bootanim);
+
#Allow mediaserver to access service manager STAProxyService
#Allow mediaserver to access service manager wfdservice
allow mediaserver { STAProxyService wfdservice_service }:service_manager find;