From 7012d951fc26b7d291d78e494675f3111d5953c6 Mon Sep 17 00:00:00 2001 From: ILEX Lin Date: Sat, 18 Jan 2020 10:15:36 +0800 Subject: [PATCH] [ALPS04301155] Add sepolicy for map permission [Detail] Add map permission MTK-Commit-Id: 7b56fd53c6750cad964b88143baad705cab0e5e7 Change-Id: Icda5b113470e4020fba7d955570cfc60d8a65e22 CR-Id: ALPS04301155 Feature: NFC Chipset Capability --- non_plat/mtk_hal_secure_element.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/non_plat/mtk_hal_secure_element.te b/non_plat/mtk_hal_secure_element.te index ca24fe4..bb51108 100644 --- a/non_plat/mtk_hal_secure_element.te +++ b/non_plat/mtk_hal_secure_element.te @@ -15,4 +15,4 @@ hal_client_domain(mtk_hal_secure_element, hal_telephony) allow mtk_hal_secure_element hal_telephony_hwservice:hwservice_manager find; # Allow to use persist.radio.multisim.config -allow mtk_hal_secure_element exported3_radio_prop:file { read open getattr }; +get_prop(mtk_hal_secure_element, exported3_radio_prop)