From 36fcc17d60d535b9c42f8af668b3142afd947ad3 Mon Sep 17 00:00:00 2001 From: "hao.wang" Date: Sat, 18 Jan 2020 10:19:49 +0800 Subject: [PATCH] [ALPS04760753] add hal mms sepolicy Add merged_hal_service plolicy MTK-Commit-Id: b098be0f7ff7c5f3755b9f7dfbf07dd17cf5eb65 Change-Id: I064377cb7628c703563fe2b3acc5e8718c0bd458 CR-Id: ALPS04760753 Feature: [Android Default] Camera Application Basic Functions --- non_plat/mtk_hal_mms.te | 1 + 1 file changed, 1 insertion(+) diff --git a/non_plat/mtk_hal_mms.te b/non_plat/mtk_hal_mms.te index 8ebbcaf..d52f12b 100755 --- a/non_plat/mtk_hal_mms.te +++ b/non_plat/mtk_hal_mms.te @@ -40,6 +40,7 @@ allow mtk_hal_mms mtk_hal_pq:binder call; # Purpose : Allow to use graphics allocator fd for gralloc_extra allow mtk_hal_mms hal_graphics_allocator_default:fd use; allow mtk_hal_mms debugfs_ion:dir search; +allow mtk_hal_mms merged_hal_service:fd use; # Purpose : VDEC/VENC device node allow mtk_hal_mms Vcodec_device:chr_file rw_file_perms;