Skip to content
Snippets Groups Projects
Commit ca48b8b3 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "dex2oat: fix forward-locked upgrades with unlabeled asecs"

parents 5f45b903 270be6e8
Branches
Tags
No related merge requests found
...@@ -6,4 +6,7 @@ allow dex2oat dalvikcache_data_file:file write; ...@@ -6,4 +6,7 @@ allow dex2oat dalvikcache_data_file:file write;
allow dex2oat installd:fd use; allow dex2oat installd:fd use;
# Read already open asec_apk_file file descriptors passed by installd. # Read already open asec_apk_file file descriptors passed by installd.
# Also allow reading unlabeled files, to allow for upgrading forward
# locked APKs.
allow dex2oat asec_apk_file:file read; allow dex2oat asec_apk_file:file read;
allow dex2oat unlabeled:file read;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment