99ef225725
Bug: 204295952 Test: Build Change-Id: Id5c21d8de931fb6be01c7d1f9f6fe19dc6977de7
27 lines
908 B
Text
27 lines
908 B
Text
typeattribute statsd coredomain;
|
|
|
|
init_daemon_domain(statsd)
|
|
|
|
# Allow to exec the perfetto cmdline client and pass it the trace config on
|
|
# stdint through a pipe. It allows statsd to capture traces and hand them
|
|
# to Android dropbox.
|
|
allow statsd perfetto_exec:file rx_file_perms;
|
|
domain_auto_trans(statsd, perfetto_exec, perfetto)
|
|
|
|
# Grant statsd with permissions to register the services.
|
|
allow statsd {
|
|
statscompanion_service
|
|
}:service_manager find;
|
|
|
|
# Allow incidentd to obtain the statsd incident section.
|
|
allow statsd incidentd:fifo_file write;
|
|
|
|
# Allow StatsCompanionService to pipe data to statsd.
|
|
allow statsd system_server:fifo_file { read getattr };
|
|
|
|
# Allow statsd to retrieve SF statistics over binder
|
|
binder_call(statsd, surfaceflinger);
|
|
|
|
# Allow statsd to read its system properties
|
|
get_prop(statsd, device_config_statsd_native_prop)
|
|
get_prop(statsd, device_config_statsd_native_boot_prop)
|