• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ==============================================
2# MTK Policy Rule
3# ==============================================
4
5# Date : WK16.33
6# Purpose: Allow to access ged for gralloc_extra functions
7allow zygote proc_ged:file rw_file_perms;
8
9# Date : WK17.02
10# Purpose: Allow to access gpu for memtrack functions
11allow zygote gpu_device:dir search;
12allow zygote gpu_device:chr_file { open read write ioctl getattr};
13
14allow zygote proc_bootprof:file rw_file_perms;
15allow zygote proc_uptime:file rw_file_perms;
16