Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_sepolicy
/
ee97662f17c278b7988857162ea0f11b9afcf707
/
.
/
private
/
netd.te
blob: f501f25e9f56361cb38813acec88f440a1ad7ee1 [
file
] [
log
] [
blame
]
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
)