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
This commit is contained in:
Maurice Lam 2021-03-30 22:18:45 +00:00
parent 20c4be9a06
commit 880dd70064

View file

@ -4,4 +4,5 @@ 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)