• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ==============================================
2# MTK Policy Rule
3# ==============================================
4
5#============= hal_graphics_allocator_default ==============
6allow hal_graphics_allocator_default gpu_device:dir search;
7
8#============= hal_graphics_allocator_default ==============
9allow hal_graphics_allocator_default sw_sync_device:chr_file { open read write getattr ioctl };
10
11#============= hal_graphics_allocator_default ==============
12allow hal_graphics_allocator_default debugfs_ion:dir search;
13
14#============= hal_graphics_allocator_default ==============
15allow hal_graphics_allocator_default debugfs_tracing:file write;
16
17#============= hal_graphics_allocator_default ==============
18allow hal_graphics_allocator_default debugfs_tracing:file open;
19
20#============= hal_graphics_allocator_default ==============
21allow hal_graphics_allocator_default proc_ged:file r_file_perms;
22allowxperm hal_graphics_allocator_default proc_ged:file ioctl { proc_ged_ioctls };
23