device_google_gs101/ambient/exo_wirecutter_app.te
Vova Sharaienko ceafb82c02 exo: updated sepolicy
This allows the Exo to access AIDL Stats service

Bug: 181892307
Test: Build, flash, boot & and logcat | grep "IStats"
Change-Id: I6ae1c37505b312617376bc3c954720c8a1f223d2
2021-04-02 19:13:12 +00:00

10 lines
394 B
Text

type exo_wirecutter_app, domain, coredomain;
app_domain(exo_wirecutter_app)
allow exo_wirecutter_app app_api_service:service_manager find;
allow exo_wirecutter_app fwk_stats_hwservice:hwservice_manager find;
allow exo_wirecutter_app gpu_device:dir search;
binder_call(exo_wirecutter_app, statsd)
allow exo_wirecutter_app fwk_stats_service:service_manager find;
binder_use(exo_wirecutter_app)