1# dex2oat
2type dex2oat, domain;
3type dex2oat_exec, exec_type, file_type;
4
5allow dex2oat dalvikcache_data_file:file write;
6allow dex2oat installd:fd use;
7
8# Read already open asec_apk_file file descriptors passed by installd.
9# Also allow reading unlabeled files, to allow for upgrading forward
10# locked APKs.
11allow dex2oat asec_apk_file:file read;
12allow dex2oat unlabeled:file read;
13