Merge "Allow netd to write to statsd"

This commit is contained in:
Frank Li 2019-01-17 04:15:00 +00:00 committed by Gerrit Code Review
commit 2d86b6502d

View file

@ -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)