summaryrefslogtreecommitdiffstats
path: root/common/system_app.te
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-10-03 21:18:36 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-03 21:18:36 -0700
commit1900d6cad94590864ca6c00c62dd2b9b4bad115e (patch)
tree8c16748d02cb6f682602044d512b6d392b8c2614 /common/system_app.te
parent65c6fd600c3ef8e660145e3215097a022632554f (diff)
parentf043009b151c298ba1c90d5a2e4588d61e4ccf6b (diff)
downloadandroid_device_qcom_sepolicy-1900d6cad94590864ca6c00c62dd2b9b4bad115e.tar.gz
android_device_qcom_sepolicy-1900d6cad94590864ca6c00c62dd2b9b4bad115e.tar.bz2
android_device_qcom_sepolicy-1900d6cad94590864ca6c00c62dd2b9b4bad115e.zip
Merge "Allow apps to find imscm service"
Diffstat (limited to 'common/system_app.te')
-rw-r--r--common/system_app.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/system_app.te b/common/system_app.te
index 255e5664..01d999af 100644
--- a/common/system_app.te
+++ b/common/system_app.te
@@ -100,6 +100,7 @@ binder_call(system_app, secotad)
# allow system_app to interact with imscm daemon
binder_call(system_app, imscm)
+allow system_app imscm_service:service_manager find;
# access to seemp folder
allow system_app seemp_file:dir r_dir_perms;