From 986ba166ed6dfb98d6430ced08a67abf76531326 Mon Sep 17 00:00:00 2001 From: Denis Hsu Date: Sat, 18 Jan 2020 09:54:34 +0800 Subject: [PATCH] [ALPS03940671] Fix failure in nvram editor [Detail] The failure comes from selinux violation. [Solution] allow meta_tst nvram_agent_binder:binder call; MTK-Commit-Id: a2271c526c008e8f009452953cfd5351ed51d31d Change-Id: I10156c9954a8e7c46de302947b9c15905267aa8c CR-Id: ALPS03940671 Feature: NVRAM Partition --- non_plat/meta_tst.te | 1 + 1 file changed, 1 insertion(+) diff --git a/non_plat/meta_tst.te b/non_plat/meta_tst.te index f4450d0..153cac1 100644 --- a/non_plat/meta_tst.te +++ b/non_plat/meta_tst.te @@ -369,4 +369,5 @@ get_prop(meta_tst, tel_switch_prop) # Operation: P migration # Purpose : Allow meta_tst to call nvram hal allow meta_tst nvram_agent_binder_hwservice:hwservice_manager find; +allow meta_tst nvram_agent_binder:binder call;