summaryrefslogtreecommitdiffstats
path: root/r_non_plat/zygote.te
diff options
context:
space:
mode:
Diffstat (limited to 'r_non_plat/zygote.te')
-rw-r--r--r_non_plat/zygote.te15
1 files changed, 0 insertions, 15 deletions
diff --git a/r_non_plat/zygote.te b/r_non_plat/zygote.te
deleted file mode 100644
index 82dedf9..0000000
--- a/r_non_plat/zygote.te
+++ /dev/null
@@ -1,15 +0,0 @@
-# ==============================================
-# MTK Policy Rule
-# ==============================================
-
-# Date : WK16.33
-# Purpose: Allow to access ged for gralloc_extra functions
-allow zygote proc_ged:file rw_file_perms;
-
-# Date : WK17.02
-# Purpose: Allow to access gpu for memtrack functions
-allow zygote gpu_device:dir search;
-allow zygote gpu_device:chr_file { open read write ioctl getattr};
-
-allow zygote proc_bootprof:file rw_file_perms;
-allow zygote proc_uptime:file rw_file_perms;