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:
parent
20c4be9a06
commit
880dd70064
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue