summaryrefslogtreecommitdiffstats
path: root/common/app.te
diff options
context:
space:
mode:
Diffstat (limited to 'common/app.te')
-rw-r--r--common/app.te5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/app.te b/common/app.te
index f65c034b..8253b74b 100644
--- a/common/app.te
+++ b/common/app.te
@@ -12,3 +12,8 @@ allow appdomain qdsp_device:chr_file r_file_perms;
allow appdomain mpctl_socket:dir r_dir_perms;
unix_socket_send(appdomain, mpctl, perfd)
unix_socket_connect(appdomain, mpctl, perfd)
+# test apps needs to communicate with imscm
+# using binder call
+userdebug_or_eng(`
+ binder_call(appdomain, imscm)
+')