summaryrefslogtreecommitdiff
authorAmy Zhang <amyjojo@google.com>2018-10-25 17:18:48 (GMT)
committer Android Partner Code Review <android-gerrit-partner@google.com>2018-10-25 17:18:48 (GMT)
commita0f2291331e81aec9647edc2a9e90aa2506564b2 (patch)
tree2f5d37905459d3276e0d665614001d2aff3ad29b
parent1737c74b91ab0574e9181eddfed316826da3d76d (diff)
parentbf5266edb478fe1ce59dc770cfdb9ebb4f4f813d (diff)
downloadcommon-a0f2291331e81aec9647edc2a9e90aa2506564b2.zip
common-a0f2291331e81aec9647edc2a9e90aa2506564b2.tar.gz
common-a0f2291331e81aec9647edc2a9e90aa2506564b2.tar.bz2
Merge "amlogic: Adjust SELinux hdmicecd rules to update hdmi rx cec status" into p-tv-dev
Diffstat
-rw-r--r--sepolicy/hdmicecd.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/hdmicecd.te b/sepolicy/hdmicecd.te
index 8bec579..c493542 100644
--- a/sepolicy/hdmicecd.te
+++ b/sepolicy/hdmicecd.te
@@ -13,3 +13,6 @@ allow hdmicecd cec_device:chr_file { open read write ioctl };
allow hdmicecd hwservicemanager_prop:file { open read getattr };
allow hdmicecd { hal_tv_cec_default system_app }:binder { call transfer };
+
+allow hdmicecd systemcontrol_hwservice:hwservice_manager find;
+allow hdmicecd system_control:binder call;