Lines Matching refs:netd
1 typeattribute netd coredomain;
3 init_daemon_domain(netd)
5 # Allow netd to spawn dnsmasq in it's own domain
6 domain_auto_trans(netd, dnsmasq_exec, dnsmasq)
8 # Allow netd to start clatd in its own domain
9 domain_auto_trans(netd, clatd_exec, clatd)
11 # give netd permission to setup iptables rule with xt_bpf, attach program to cgroup, and read/write
13 allow netd bpfloader:bpf { prog_run map_read map_write };
17 allow netd self:key_socket create;
19 get_prop(netd, bpf_progs_loaded_prop)
21 # Allow netd to write to statsd.
22 unix_socket_send(netd, statsdw, statsd)
24 # Allow netd to send callbacks to network_stack
25 binder_call(netd, network_stack)
27 # Allow netd to send dump info to dumpstate
28 allow netd dumpstate:fd use;
29 allow netd dumpstate:fifo_file { getattr write };