summaryrefslogtreecommitdiff
authorDmitry Shmidt <dimitrysh@google.com>2018-10-25 21:13:17 (GMT)
committer Dmitry Shmidt <dimitrysh@google.com>2018-10-25 21:14:22 (GMT)
commitef7e4a7da7050061fd3e714e6cfa14ea0500129b (patch)
treebb3b2699050704125395ef6a69e851c4d6af14b2
parenta0f2291331e81aec9647edc2a9e90aa2506564b2 (diff)
downloadcommon-ef7e4a7da7050061fd3e714e6cfa14ea0500129b.zip
common-ef7e4a7da7050061fd3e714e6cfa14ea0500129b.tar.gz
common-ef7e4a7da7050061fd3e714e6cfa14ea0500129b.tar.bz2
amlogic: Add transfer binder rule to hdmicecd for system_control
Bug: 115782816 Test: Manual Change-Id: I4685a4d410d96bf526a9520a64865de8f4198cc7 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat
-rw-r--r--sepolicy/hdmicecd.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/hdmicecd.te b/sepolicy/hdmicecd.te
index c493542..697cf50 100644
--- a/sepolicy/hdmicecd.te
+++ b/sepolicy/hdmicecd.te
@@ -15,4 +15,4 @@ 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;
+allow hdmicecd system_control:binder { call transfer };