1# Date : WK16.52 2# Operation : HIDL Migration 3# Purpose : For memtrack related service access 4allow hal_memtrack debugfs_gpu_mali_midgard:file {open read getattr }; 5allow hal_memtrack debugfs_gpu_mali_utgard:file {open read getattr }; 6allow hal_memtrack debugfs_gpu_img:dir search; 7allow hal_memtrack debugfs_gpu_img:file {open read getattr }; 8allow hal_memtrack debugfs_ion:dir rw_dir_perms; 9allow hal_memtrack debugfs_ion:file {open read getattr }; 10allow hal_memtrack procfs_gpu_img:dir search; 11allow hal_memtrack procfs_gpu_img:file r_file_perms; 12 13# Date : 2020/06/29 14# Operation: R migration 15# Purpose: Add permission for access /proc/ion/* 16allow hal_memtrack proc_ion:dir r_dir_perms; 17allow hal_memtrack proc_ion:file r_file_perms; 18