allow rlsservice read vendor camera property

Bug: 233020488
Test: no avc denied
Change-Id: I96dee4482d4c0ff5b7852db635dc100a7ea4874c
This commit is contained in:
JimiChen 2022-06-11 15:39:19 +08:00
parent 7347d18b73
commit 143668225a

View file

@ -32,3 +32,6 @@ usf_low_latency_transport(rlsservice)
# For observing apex file changes
allow rlsservice apex_info_file:file r_file_perms;
# Allow read camera property
get_prop(rlsservice, vendor_camera_prop);