Hridya Valsaraju | 7e8a630 | 2020-12-15 13:59:47 -0800 | [diff] [blame] | 1 | type dmabuf_cma_heap_device, dmabuf_heap_device_type, dev_type; |
| 2 | |
John Stultz | 80a8317 | 2018-04-27 17:09:43 -0700 | [diff] [blame] | 3 | allow hal_graphics_allocator_default graphics_device:dir search; |
| 4 | allow hal_graphics_allocator_default graphics_device:chr_file { open read write ioctl map rw_file_perms}; |
John Stultz | c090c64 | 2020-09-22 20:09:48 +0000 | [diff] [blame] | 5 | allow hal_graphics_allocator_default dmabuf_system_heap_device:chr_file r_file_perms; |
Hridya Valsaraju | 7e8a630 | 2020-12-15 13:59:47 -0800 | [diff] [blame] | 6 | allow hal_graphics_allocator_default dmabuf_cma_heap_device:chr_file r_file_perms; |