allwinner_a64/android/system/sepolicy/prebuilts/api/26.0/private/netd.te
2018-08-08 17:48:24 +08:00

10 lines
282 B
Text

typeattribute netd coredomain;
typeattribute netd domain_deprecated;
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)