summaryrefslogtreecommitdiffstats
path: root/non_plat/system_server.te
diff options
context:
space:
mode:
authorJun Zhao <jun.zhao@mediatek.com>2019-09-11 01:37:09 +0800
committerYujuan Qi <yujuan.qi@mediatek.com>2019-09-12 10:30:17 +0800
commitd45ac4bdc336432a8d59d9bf2ec09d2954a39988 (patch)
treeeb65e824a3bcba8ae18ab437dd05c827d96964d2 /non_plat/system_server.te
parente3c03327cba36fb5fc352203f0bbe8337316e5ae (diff)
downloaddevice_mediatek_wembley-sepolicy-d45ac4bdc336432a8d59d9bf2ec09d2954a39988.tar.gz
device_mediatek_wembley-sepolicy-d45ac4bdc336432a8d59d9bf2ec09d2954a39988.tar.bz2
device_mediatek_wembley-sepolicy-d45ac4bdc336432a8d59d9bf2ec09d2954a39988.zip
[ALPS04768250] occur fatal SWT when have some proccess in background
Add policy for wfd & HDMI Change-Id: I7e36f4c93131b98d9e6273e7b410c0b59866ec0a CR-Id: ALPS04768250 Feature: Wi-Fi Display
Diffstat (limited to 'non_plat/system_server.te')
-rw-r--r--non_plat/system_server.te5
1 files changed, 5 insertions, 0 deletions
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