summaryrefslogtreecommitdiff
path: root/sepolicy/hal_graphics_allocator_default.te
blob: 7f2b36bd1a7a8107b900bb94ec020294b1199d94 (plain)
1
2
3
4
5
6
type dmabuf_cma_heap_device, dmabuf_heap_device_type, dev_type;

allow hal_graphics_allocator_default graphics_device:dir search;
allow hal_graphics_allocator_default graphics_device:chr_file { open read write ioctl map rw_file_perms};
allow hal_graphics_allocator_default dmabuf_system_heap_device:chr_file r_file_perms;
allow hal_graphics_allocator_default dmabuf_cma_heap_device:chr_file r_file_perms;