summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarun Garg <gargv@codeaurora.org>2018-02-19 11:06:55 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2018-03-08 02:03:21 -0800
commitdd737e453e934e2607c84efd966200bdad622534 (patch)
treef98862acf6b74028ac0e2ee42476cbcaf70e1abd
parent0eba3995a68776c7ac5dfe825e11a17878de0695 (diff)
downloadandroid_device_qcom_sepolicy-dd737e453e934e2607c84efd966200bdad622534.tar.gz
android_device_qcom_sepolicy-dd737e453e934e2607c84efd966200bdad622534.tar.bz2
android_device_qcom_sepolicy-dd737e453e934e2607c84efd966200bdad622534.zip
Adding rule for radio to access perf hal
Adding rule for radio daemon to access perf hal Change-Id: Ib805d97363d697bd49434364ea77d475c0a91542
-rw-r--r--common/radio.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/radio.te b/common/radio.te
index acb7d814..1bee9d68 100644
--- a/common/radio.te
+++ b/common/radio.te
@@ -17,3 +17,4 @@ userdebug_or_eng(`
allow radio hal_imsrcsd_hwservice:hwservice_manager find;
binder_call(radio, hal_rcsservice)
')
+hal_client_domain(radio, hal_perf)