diff --git a/non_plat/hal_graphics_allocator_default.te b/non_plat/hal_graphics_allocator_default.te index 4814d6c..2aaead1 100644 --- a/non_plat/hal_graphics_allocator_default.te +++ b/non_plat/hal_graphics_allocator_default.te @@ -21,3 +21,6 @@ allow hal_graphics_allocator_default debugfs_tracing:file open; allow hal_graphics_allocator_default proc_ged:file r_file_perms; allowxperm hal_graphics_allocator_default proc_ged:file ioctl { proc_ged_ioctls }; +#============= hal_graphics_allocator_default ============== +allow hal_graphics_allocator_default teei_client_device:chr_file rw_file_perms; +allow hal_graphics_allocator_default mobicore_user_device:chr_file rw_file_perms;