2020-01-18 09:29:32 +08:00
|
|
|
# ==============================================
|
|
|
|
# MTK Policy Rule
|
|
|
|
# ==============================================
|
|
|
|
|
|
|
|
# Date : WK16.33
|
|
|
|
# Purpose: Allow to access ged for gralloc_extra functions
|
2020-01-18 09:29:41 +08:00
|
|
|
allow zygote proc_ged:file {open read write ioctl getattr};
|
2020-01-18 09:29:32 +08:00
|
|
|
|
|
|
|
# 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};
|