Skip to content
Snippets Groups Projects
Commit d8c9c6d4 authored by Calin Juravle's avatar Calin Juravle Committed by Android (Google) Code Review
Browse files

Merge "Allow dex2oat to acess profile files"

parents 44df6a7e de41b3d9
Branches
Tags
No related merge requests found
# dex2oat
type dex2oat, domain, domain_deprecated;
type dex2oat, domain, mlstrustedsubject, domain_deprecated;
type dex2oat_exec, exec_type, file_type;
allow dex2oat dalvikcache_data_file:file write;
......@@ -14,3 +14,6 @@ allow dex2oat asec_apk_file:file read;
allow dex2oat unlabeled:file read;
allow dex2oat oemfs:file read;
allow dex2oat apk_tmp_file:file read;
allow dex2oat app_data_file:file {read write lock};
neverallow dex2oat app_data_file:notdevfile_class_set open;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment