1 typeattribute installd coredomain; 2 typeattribute installd domain_deprecated; 3 4 init_daemon_domain(installd) 5 6 # Run dex2oat in its own sandbox. 7 domain_auto_trans(installd, dex2oat_exec, dex2oat) 8 9 # Run dexoptanalyzer in its own sandbox. 10 domain_auto_trans(installd, dexoptanalyzer_exec, dexoptanalyzer) 11 12 # Run profman in its own sandbox. 13 domain_auto_trans(installd, profman_exec, profman) 14 15 # Run idmap in its own sandbox. 16 domain_auto_trans(installd, idmap_exec, idmap) 17 18 # Create /data/.layout_version.* file 19 type_transition installd system_data_file:file install_data_file; 20