summaryrefslogtreecommitdiffstats
path: root/r_non_plat/mtk_wmt_launcher.te
diff options
context:
space:
mode:
Diffstat (limited to 'r_non_plat/mtk_wmt_launcher.te')
-rw-r--r--r_non_plat/mtk_wmt_launcher.te26
1 files changed, 0 insertions, 26 deletions
diff --git a/r_non_plat/mtk_wmt_launcher.te b/r_non_plat/mtk_wmt_launcher.te
deleted file mode 100644
index f0bc360..0000000
--- a/r_non_plat/mtk_wmt_launcher.te
+++ /dev/null
@@ -1,26 +0,0 @@
-# ==============================================
-# Policy File of /system/bin/mtk_wmt_launcher Executable File
-
-
-# ==============================================
-# Type Declaration
-# ==============================================
-type mtk_wmt_launcher ,domain;
-type mtk_wmt_launcher_exec , exec_type, file_type, vendor_file_type;
-
-# ==============================================
-# MTK Policy Rule
-# ==============================================
-init_daemon_domain(mtk_wmt_launcher)
-
-# set the property
-set_prop(mtk_wmt_launcher, wmt_prop)
-
-# add ioctl/open/read/write permission for mtk_wmt_launcher with /dev/stpwmt
-allow mtk_wmt_launcher stpwmt_device:chr_file rw_file_perms;
-allow mtk_wmt_launcher devpts:chr_file rw_file_perms;
-allow mtk_wmt_launcher system_file:dir { read open };
-
-# Date : W18.01
-# Add for turn on SElinux in enforcing mode
-allow mtk_wmt_launcher vendor_file:dir { read open }; \ No newline at end of file