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

Merge "dex2oat: fix forward locked apps"

parents 5a25fbf7 5259c5e6
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,6 @@ type dex2oat_exec, exec_type, file_type; ...@@ -4,3 +4,6 @@ type dex2oat_exec, exec_type, file_type;
allow dex2oat dalvikcache_data_file:file write; 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.
allow dex2oat asec_apk_file:file read;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment