From 3af685785b5256ad32127efdd1334f428423b371 Mon Sep 17 00:00:00 2001 From: Tellen Yu Date: Wed, 08 Nov 2017 02:13:09 +0000 Subject: Merge "hdmicec: add policy for hdmicecd call system_app [1/4]" into o-amlogic --- 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 }; -- cgit