From 0e29840d662dd4875b007a73a09235bf9934c826 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Mon, 28 Dec 2020 20:43:19 +0530 Subject: [PATCH] non_plat: Allow mtk_hal_camera rw perms for seinf device Signed-off-by: Aayush Gupta Change-Id: I4fe395de1e4c392d1f89a5976d3639fea3b7daab --- non_plat/mtk_hal_camera.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/non_plat/mtk_hal_camera.te b/non_plat/mtk_hal_camera.te index a06a7d0..3359530 100644 --- a/non_plat/mtk_hal_camera.te +++ b/non_plat/mtk_hal_camera.te @@ -363,3 +363,5 @@ set_prop(mtk_hal_camera, mtk_camera_prop) # Camera data files allow mtk_hal_camera camera_vendor_data_file:dir create_dir_perms; allow mtk_hal_camera camera_vendor_data_file:file create_file_perms; + +allow mtk_hal_camera seninf_device:chr_file rw_file_perms;