allow rlsservice read vendor camera property

Bug: 233020488
Test: no avc denied
Change-Id: Ie7e68a6e18ba64c18e90e39cadacea5a15364eff
This commit is contained in:
JimiChen
2022-06-11 15:49:28 +08:00
committed by TreeHugger Robot
parent e2b042c307
commit f90d992b0c

View File

@@ -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);