Skip to content
Snippets Groups Projects
  • Jeff Vander Stoep's avatar
    domain_deprecated is dead · b5da252e
    Jeff Vander Stoep authored
    long live domain.te!
    
    Remove all references.
    
    Bug: 28760354
    Test: build
    Merged-In: I99953ecc7d275fdbe8e56d8f47a27d1f9e1cc09a
    Change-Id: I99953ecc7d275fdbe8e56d8f47a27d1f9e1cc09a
    b5da252e
installd.te 529 B
typeattribute installd coredomain;

init_daemon_domain(installd)

# Run dex2oat in its own sandbox.
domain_auto_trans(installd, dex2oat_exec, dex2oat)

# Run dexoptanalyzer in its own sandbox.
domain_auto_trans(installd, dexoptanalyzer_exec, dexoptanalyzer)

# Run profman in its own sandbox.
domain_auto_trans(installd, profman_exec, profman)

# Run idmap in its own sandbox.
domain_auto_trans(installd, idmap_exec, idmap)

# Create /data/.layout_version.* file
type_transition installd system_data_file:file install_data_file;