[ALPS03938688] Add permission to write misc

[Detail]
Add permission to allow meta tst to write misc partition

MTK-Commit-Id: 30a74689b1cbcaa5cc7b4cf159b703f2d4c868da

Change-Id: I4e8258f4daef9d1b12a152b735f416ac6ede852c
CR-Id: ALPS03938688
Feature: SP META Tool
This commit is contained in:
Guowei Wang 2020-01-18 09:54:29 +08:00
parent 7ab8c5520c
commit c7143a9b62

View File

@ -370,3 +370,7 @@ get_prop(meta_tst, tel_switch_prop)
# Purpose : Allow meta_tst to call nvram hal # Purpose : Allow meta_tst to call nvram hal
allow meta_tst nvram_agent_binder_hwservice:hwservice_manager find; allow meta_tst nvram_agent_binder_hwservice:hwservice_manager find;
# Date : WK18.21
# Operation: P migration
# Purpose : Allow meta_tst to write misc partition
allow meta_tst block_device:dir search;