[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
This commit is contained in:
Denis Hsu 2020-01-18 09:54:34 +08:00
parent 3fc78ea571
commit 986ba166ed

View File

@ -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;