Allow rlsservice/camera HAL to read /apex/apex-info-list.xml

To detect apex updates

Bug: 188246923
Test: See topic
Change-Id: I28a27741c1c285f8b49a2aa50bc0665143c1b7cb
This commit is contained in:
Yuriy Romanenko 2021-06-16 20:55:38 -07:00
parent 5624d07640
commit 14786d9b40
2 changed files with 5 additions and 0 deletions

View file

@ -75,3 +75,6 @@ binder_call(hal_camera_default, hal_radioext_default);
# Allow camera HAL to connect to the stats service.
allow hal_camera_default fwk_stats_service:service_manager find;
# For observing apex file changes
allow hal_camera_default apex_info_file:file r_file_perms;

View file

@ -26,3 +26,5 @@ allow rlsservice aoc_device:chr_file rw_file_perms;
# Allow use of the USF low latency transport
usf_low_latency_transport(rlsservice)
# For observing apex file changes
allow rlsservice apex_info_file:file r_file_perms;