You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
445 B
16 lines
445 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)
|
|
|
|
# Allow netd to start bpfloader_exec in its own domain
|
|
domain_auto_trans(netd, bpfloader_exec, bpfloader)
|
|
|
|
# give netd permission to setup iptables rule with xt_bpf
|
|
allow netd bpfloader:bpf prog_run;
|