Merge "Update sepolicy to allow pushing atoms from surfaceflinger to statsd"

This commit is contained in:
Alec Mouri 2020-02-11 01:01:20 +00:00 committed by Gerrit Code Review
commit c95ae9044d

View File

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