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:
parent
5624d07640
commit
14786d9b40
2 changed files with 5 additions and 0 deletions
|
@ -75,3 +75,6 @@ binder_call(hal_camera_default, hal_radioext_default);
|
||||||
|
|
||||||
# Allow camera HAL to connect to the stats service.
|
# Allow camera HAL to connect to the stats service.
|
||||||
allow hal_camera_default fwk_stats_service:service_manager find;
|
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;
|
||||||
|
|
2
whitechapel/vendor/google/rlsservice.te
vendored
2
whitechapel/vendor/google/rlsservice.te
vendored
|
@ -26,3 +26,5 @@ allow rlsservice aoc_device:chr_file rw_file_perms;
|
||||||
# Allow use of the USF low latency transport
|
# Allow use of the USF low latency transport
|
||||||
usf_low_latency_transport(rlsservice)
|
usf_low_latency_transport(rlsservice)
|
||||||
|
|
||||||
|
# For observing apex file changes
|
||||||
|
allow rlsservice apex_info_file:file r_file_perms;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue