From 700f8ee5867600a93de794049ca2eb921c044cf8 Mon Sep 17 00:00:00 2001 From: Guobao Wang Date: Sat, 18 Jan 2020 10:07:44 +0800 Subject: [PATCH] [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 --- non_plat/factory.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/non_plat/factory.te b/non_plat/factory.te index 8142575..71a555f 100644 --- a/non_plat/factory.te +++ b/non_plat/factory.te @@ -373,3 +373,6 @@ allow factory mtk_audiohal_data_file:file { write create unlink r_file_perms }; # Operation: P migration # Purpose : Allow factory to open /proc/version allow factory proc_version:file {read open getattr}; + +# Allow to use persist.radio.multisim.config +allow factory exported3_radio_prop:file { read open getattr }; \ No newline at end of file