Need to grant gpu_device dir search permission to be able to render UI on cuttlefish. Fixes: 183995046 Test: atest WirecutterTests Change-Id: I122e541188ce659381769339e3f9e6b720441a92
8 lines
286 B
Text
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)
|