Merge "Allow dex2oat to read /apex/apex-info-list.xml" am: 24878f8816
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1689846 Change-Id: I22b28297cc86f7dea888a0e23b29813b855bf566
This commit is contained in:
commit
1f12fa3a57
1 changed files with 3 additions and 0 deletions
|
@ -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 #
|
||||
##################
|
||||
|
|
Loading…
Reference in a new issue