[ALPS04125584] SIM:Access denied finding property "persist.radio.multisim.config"

It occurs access denied finding property "persist.radio.multisim.config"
in factory mode.
It need add permission for this property in factory.te.

MTK-Commit-Id: db2dc7782f87befe1a1a5c50551be2332763013e

Change-Id: I8aea57e0d8f3ddeeffec027a9472eec6380c0286
CR-Id: ALPS04125584
Feature: SIM
This commit is contained in:
Guobao Wang 2020-01-18 10:07:44 +08:00
parent 1609d21594
commit 700f8ee586

View File

@ -373,3 +373,6 @@ allow factory mtk_audiohal_data_file:file { write create unlink r_file_perms };
# Operation: P migration # Operation: P migration
# Purpose : Allow factory to open /proc/version # Purpose : Allow factory to open /proc/version
allow factory proc_version:file {read open getattr}; allow factory proc_version:file {read open getattr};
# Allow to use persist.radio.multisim.config
allow factory exported3_radio_prop:file { read open getattr };