Merge "Fix braino in dexoptanalyzer policy and add dex2oat postinstall rule."

This commit is contained in:
Nicolas Geoffray 2021-06-29 13:13:42 +00:00 committed by Gerrit Code Review
commit f78486241f
2 changed files with 2 additions and 1 deletions

View file

@ -79,6 +79,7 @@ allow dex2oat postinstall_file:file { execute getattr open };
# Allow dex2oat access to /postinstall/apex.
allow dex2oat postinstall_apex_mnt_dir:dir { getattr search };
allow dex2oat postinstall_apex_mnt_dir:file r_file_perms;
# Allow dex2oat access to files in /data/ota.
allow dex2oat ota_data_file:dir ra_dir_perms;

View file

@ -53,4 +53,4 @@ get_prop(dexoptanalyzer, device_config_runtime_native_prop)
get_prop(dexoptanalyzer, device_config_runtime_native_boot_prop)
# Allow dexoptanalyzer to read /apex/apex-info-list.xml
allow dex2oat apex_info_file:file r_file_perms;
allow dexoptanalyzer apex_info_file:file r_file_perms;