Home | History | Annotate | Download | only in sepolicy
      1 allow hal_graphics_allocator_default graphics_device:dir { search };
      2 allow hal_graphics_allocator debugfs_tracing:file { write open};
      3 allow hal_graphics_allocator_default graphics_device:chr_file { read write open ioctl };
      4 allow hal_graphics_allocator_default hi_vfmw_device:chr_file { read write open getattr ioctl };
      5 allow hal_graphics_allocator_default hi_vdec_device:chr_file { read write open };
      6 allow hal_graphics_allocator_default hi_mem_device:chr_file { read write open };
      7 allow hal_graphics_allocator_default mmz_userdev_device:chr_file { read write open ioctl };
      8 allow hal_graphics_allocator_default debugfs_trace_marker:file { open write };
      9