Update sepolicy to allow pushing atoms from surfaceflinger to statsd

Bug: 148543048
Test: builds
Test: statsd_testdrive
Change-Id: I8ea6659d575fa2e7e5961dc1fea3219c238c9e41
This commit is contained in:
Alec Mouri 2020-02-07 13:41:06 -08:00
parent 3cf7d1b5ee
commit b254ff2d5b

View File

@ -121,6 +121,11 @@ allow surfaceflinger statsmanager_service:service_manager find;
# TODO(146461633): remove this once native pullers talk to StatsManagerService # TODO(146461633): remove this once native pullers talk to StatsManagerService
binder_call(surfaceflinger, statsd); binder_call(surfaceflinger, statsd);
# Allow pushing jank event atoms to statsd
userdebug_or_eng(`
unix_socket_send(surfaceflinger, statsdw, statsd)
')
### ###
### Neverallow rules ### Neverallow rules
### ###