device_google_gs101/ambient/exo_wirecutter_app.te
Maurice Lam 880dd70064 Fix cuttlefish test fail due to sepolicy of Wirecutter
Need to grant gpu_device dir search permission to be able to render UI
on cuttlefish.

Fixes: 183995046
Test: atest WirecutterTests
Change-Id: I122e541188ce659381769339e3f9e6b720441a92
2021-03-30 22:18:45 +00:00

8 lines
286 B
Text

type exo_wirecutter_app, domain;
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)