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