summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDivya Narayanan Poojary <dnaray@codeaurora.org>2016-10-19 13:00:49 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-21 10:56:46 -0700
commitc9dda58f3dd37826bd833457d0c41739bd0721af (patch)
tree2b687949965fe6ec25e92074802d96c30d0697ed
parentddc9071b1ba3e10e6eba70a3a6ea024ddf36fcb8 (diff)
downloadandroid_device_qcom_sepolicy-c9dda58f3dd37826bd833457d0c41739bd0721af.tar.gz
android_device_qcom_sepolicy-c9dda58f3dd37826bd833457d0c41739bd0721af.tar.bz2
android_device_qcom_sepolicy-c9dda58f3dd37826bd833457d0c41739bd0721af.zip
sepolicy: per_mgr: Allow services to find peripheral_manager
mediaserver and per_mgr_proxy can now correctly talk to service manager in order to get the information needed to initiate the binder call to peripheral manager. CRs-fixed: 1072628 Change-Id: I919827b1b4adcb2aaec9dc10eabae243fe003392
-rw-r--r--common/audioserver.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/audioserver.te b/common/audioserver.te
index f55459a0..785da0a2 100644
--- a/common/audioserver.te
+++ b/common/audioserver.te
@@ -54,3 +54,6 @@ allow audioserver sysfs:file rw_file_perms;
userdebug_or_eng(`
diag_use(audioserver)
')
+
+#Rules for audioserver to talk to peripheral manager
+use_per_mgr(audioserver);