diff --git a/non_plat/mtk_hal_mms.te b/non_plat/mtk_hal_mms.te index 703ffda..530b49c 100755 --- a/non_plat/mtk_hal_mms.te +++ b/non_plat/mtk_hal_mms.te @@ -36,3 +36,5 @@ allow mtk_hal_mms proc:file r_file_perms; # Purpose : Allow to use allocator for JPEG hal_client_domain(mtk_hal_mms, hal_allocator) allow mtk_hal_mms mtk_hal_pq:binder call; +allow mtk_hal_mms hal_graphics_allocator_default:fd use; +allow mtk_hal_mms debugfs_ion:dir search;