1 typeattribute netd coredomain; 2 typeattribute netd domain_deprecated; 3 4 init_daemon_domain(netd) 5 6 # Allow netd to spawn dnsmasq in it's own domain 7 domain_auto_trans(netd, dnsmasq_exec, dnsmasq) 8 9 # Allow netd to start clatd in its own domain 10 domain_auto_trans(netd, clatd_exec, clatd) 11