From 69fa27667ac0ea40e7e0451f2be2a18542269d0d Mon Sep 17 00:00:00 2001 From: mtk11515 Date: Sat, 18 Jan 2020 10:20:55 +0800 Subject: [PATCH] [ALPS04799819] add system binder call permission [Solution] add system binder call permission for ATM app change MTK-Commit-Id: cf3c223076a71f242690524178ac5a5a6f6d651b Change-Id: I79c6b30d5611d1c8774f25218c65dbf732129fb9 CR-Id: ALPS04799819 Feature: ATM --- non_plat/loghidlvendorservice.te | 1 + 1 file changed, 1 insertion(+) diff --git a/non_plat/loghidlvendorservice.te b/non_plat/loghidlvendorservice.te index 9b97bed..6cc47b6 100644 --- a/non_plat/loghidlvendorservice.te +++ b/non_plat/loghidlvendorservice.te @@ -12,3 +12,4 @@ typeattribute loghidlvendorservice mlstrustedsubject; hal_server_domain(loghidlvendorservice, mtk_hal_log) init_daemon_domain(loghidlvendorservice) # allow loghidlvendorservice self:capability dac_override; +allow loghidlvendorservice system_app:binder call; \ No newline at end of file