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
netd.te 244 B
typeattribute netd coredomain;

init_daemon_domain(netd)

# Allow netd to spawn dnsmasq in it's own domain
domain_auto_trans(netd, dnsmasq_exec, dnsmasq)

# Allow netd to start clatd in its own domain
domain_auto_trans(netd, clatd_exec, clatd)