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