Merge "Allow netd to write to statsd"
This commit is contained in:
commit
2d86b6502d
1 changed files with 3 additions and 0 deletions
|
@ -13,3 +13,6 @@ domain_auto_trans(netd, clatd_exec, clatd)
|
|||
allow netd bpfloader:bpf { prog_run map_read map_write };
|
||||
|
||||
get_prop(netd, bpf_progs_loaded_prop)
|
||||
|
||||
# Allow netd to write to statsd.
|
||||
unix_socket_send(netd, statsdw, statsd)
|
||||
|
|
Loading…
Reference in a new issue