10 lines
451 B
Plaintext
10 lines
451 B
Plaintext
|
# Date : WK16.52
|
||
|
# Operation : HIDL Migration
|
||
|
# Purpose : For memtrack related service access
|
||
|
allow hal_memtrack debugfs_gpu_mali_midgard:file {open read getattr };
|
||
|
allow hal_memtrack debugfs_gpu_mali_utgard:file {open read getattr };
|
||
|
allow hal_memtrack debugfs_gpu_img:dir search;
|
||
|
allow hal_memtrack debugfs_gpu_img:file {open read getattr };
|
||
|
allow hal_memtrack debugfs_ion:dir rw_dir_perms;
|
||
|
allow hal_memtrack debugfs_ion:file {open read getattr };
|