From 655451ea9ecb7242cd08110de9911254aac65265 Mon Sep 17 00:00:00 2001 From: Jun Zhao Date: Sat, 18 Jan 2020 10:20:12 +0800 Subject: [PATCH] [ALPS04768250] occur fatal SWT when have some proccess in background Add policy for wfd & HDMI MTK-Commit-Id: d45ac4bdc336432a8d59d9bf2ec09d2954a39988 Change-Id: I7e36f4c93131b98d9e6273e7b410c0b59866ec0a CR-Id: ALPS04768250 Feature: Wi-Fi Display --- non_plat/system_server.te | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/non_plat/system_server.te b/non_plat/system_server.te index bba72c3..427103a 100644 --- a/non_plat/system_server.te +++ b/non_plat/system_server.te @@ -207,3 +207,8 @@ allowxperm system_server proc_ged:file ioctl { proc_ged_ioctls }; # Date: 2019/06/14 # Operation : Migration get_prop(system_server, vendor_default_prop) + +# Date: 2019/06/14 +# Operation : when WFD turnning on, turn off hdmi +allow system_server mtk_hal_hdmi_hwservice:hwservice_manager find; +allow system_server mtk_hal_hdmi:binder call; \ No newline at end of file