summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2017-11-07 11:11:44 (GMT)
committer Tellen Yu <tellen.yu@amlogic.com>2017-11-07 11:19:36 (GMT)
commit9623be4a5324210487e948eb5008bb59bd2d909d (patch)
tree29fc2ad8aaa1f1ef4b2fa505d8e9f0ec133d5aab
parentf55dac847cbf97851bae003283aaf7bc5804d89f (diff)
downloadamlogic-o-9623be4a5324210487e948eb5008bb59bd2d909d.zip
amlogic-o-9623be4a5324210487e948eb5008bb59bd2d909d.tar.gz
amlogic-o-9623be4a5324210487e948eb5008bb59bd2d909d.tar.bz2
hdmicec: add policy for hdmicecd call system_app [1/4]
PD# 152527 when hdmicecd send msg to client, need this policy Change-Id: Iaa7518b9602ff6f8303bb054606213cedd447bdd
Diffstat
-rw-r--r--common/sepolicy/hdmicecd.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sepolicy/hdmicecd.te b/common/sepolicy/hdmicecd.te
index 96ddcac..8bec579 100644
--- a/common/sepolicy/hdmicecd.te
+++ b/common/sepolicy/hdmicecd.te
@@ -12,4 +12,4 @@ allow hdmicecd { hdmicecd_hwservice hidl_base_hwservice }:hwservice_manager { a
allow hdmicecd cec_device:chr_file { open read write ioctl };
allow hdmicecd hwservicemanager_prop:file { open read getattr };
-allow hdmicecd hal_tv_cec_default:binder { call transfer };
+allow hdmicecd { hal_tv_cec_default system_app }:binder { call transfer };