summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2017-11-08 02:13:09 (GMT)
committer Gerrit Code Review <gituser@scgit.amlogic.com>2017-11-08 02:13:09 (GMT)
commit3af685785b5256ad32127efdd1334f428423b371 (patch)
treea26eb78afa119369937115d66c69eab57604a33a
parentb7386052ed5ceacb899e22d8f479826cbc21a7b3 (diff)
parent9623be4a5324210487e948eb5008bb59bd2d909d (diff)
downloadamlogic-o-3af685785b5256ad32127efdd1334f428423b371.zip
amlogic-o-3af685785b5256ad32127efdd1334f428423b371.tar.gz
amlogic-o-3af685785b5256ad32127efdd1334f428423b371.tar.bz2
Merge "hdmicec: add policy for hdmicecd call system_app [1/4]" into o-amlogic
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 };