Allow dex2oat to read /apex/apex-info-list.xml

Test: ART tests
Bug: 182465342
Change-Id: Ied9f41d59795fa72b9806c71241ae0c9bc05ce48
This commit is contained in:
Nicolas Geoffray 2021-04-28 13:37:27 +01:00
parent 7362f58895
commit 78f0250077

View file

@ -58,6 +58,9 @@ allow dex2oat apex_art_data_file:file r_file_perms;
get_prop(dex2oat, device_config_runtime_native_prop)
get_prop(dex2oat, device_config_runtime_native_boot_prop)
# Allow dex2oat to read /apex/apex-info-list.xml
allow dex2oat apex_info_file:file r_file_perms;
##################
# A/B OTA Dexopt #
##################