summaryrefslogtreecommitdiffstats
path: root/non_plat/zygote.te
blob: 68e89710d2f6bd25241b556d8fe01b6de1c652ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ==============================================
# MTK Policy Rule
# ==============================================

# Date : WK16.33
# Purpose: Allow to access ged for gralloc_extra functions
allow zygote proc_ged:file {open read write ioctl getattr};

# 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;