From f90d992b0cdf557a569ec5d84cfaa534d915f90f Mon Sep 17 00:00:00 2001 From: JimiChen Date: Sat, 11 Jun 2022 15:49:28 +0800 Subject: [PATCH] allow rlsservice read vendor camera property Bug: 233020488 Test: no avc denied Change-Id: Ie7e68a6e18ba64c18e90e39cadacea5a15364eff --- whitechapel_pro/rlsservice.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/whitechapel_pro/rlsservice.te b/whitechapel_pro/rlsservice.te index 2297900c..e5f1acef 100644 --- a/whitechapel_pro/rlsservice.te +++ b/whitechapel_pro/rlsservice.te @@ -28,3 +28,5 @@ allow rlsservice aoc_device:chr_file rw_file_perms; # For observing apex file changes allow rlsservice apex_info_file:file r_file_perms; +# Allow read camera property +get_prop(rlsservice, vendor_camera_prop);