From 0fc812491ca45ec75f2475ea3521637865058617 Mon Sep 17 00:00:00 2001 From: Robbin Chiu Date: Sat, 18 Jan 2020 10:12:34 +0800 Subject: [PATCH] [ALPS04455064] WMT: Setting SEPolicy for coredump mode property [Solution] Set SEPolicy for vendor_init to set property MTK-Commit-Id: d72a1df1f6ef596f306cc5268bd27ed1216eb9a4 Change-Id: Ie6016a873e251e224b8225797ff3451a3ccd2ac9 Signed-off-by: Robbin Chiu CR-Id: ALPS04455064 Feature: [Module]WMT Driver --- non_plat/vendor_init.te | 1 + 1 file changed, 1 insertion(+) diff --git a/non_plat/vendor_init.te b/non_plat/vendor_init.te index 1d9b753..0275681 100644 --- a/non_plat/vendor_init.te +++ b/non_plat/vendor_init.te @@ -8,6 +8,7 @@ allow vendor_init mtk_volte_prop:property_service set; allow vendor_init vendor_radio_prop:property_service set; allow vendor_init mtk_ril_mode_prop:property_service set; allow vendor_init wmt_prop:property_service set; +allow vendor_init coredump_prop:property_service set; allow vendor_init vold_prop:property_service set; allow vendor_init proc:file write;