From aa4849e450c57231f8915d21fc1689d2173ddbef Mon Sep 17 00:00:00 2001 From: Denis Hsu Date: Sat, 18 Jan 2020 09:52:34 +0800 Subject: [PATCH] [ALPS03841839] Allow meta to use nvram hal [Detail] Allow meta to use nvram hal for accessing nvram [Solution] Add policy: allow meta_tst nvram_agent_binder_hwservice:hwservice_manager find; MTK-Commit-Id: 991c9043c122fe1d7944e3646169ce36bc2cb8b9 Change-Id: Iaa9aef7a4e7355d668b9222fad3c999d3b24d4d4 CR-Id: ALPS03841839 Feature: NVRAM Partition --- non_plat/meta_tst.te | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/non_plat/meta_tst.te b/non_plat/meta_tst.te index da03e2c..cbbb0f2 100644 --- a/non_plat/meta_tst.te +++ b/non_plat/meta_tst.te @@ -365,3 +365,9 @@ set_prop(meta_tst, atm_ipaddr_prop); # Operation: P migration # Purpose: Allow meta_tst to get tel_switch_prop get_prop(meta_tst, tel_switch_prop) + +# Date : WK18.21 +# Operation: P migration +# Purpose : Allow meta_tst to call nvram hal +allow meta_tst nvram_agent_binder_hwservice:hwservice_manager find; +