Allow EVS HAL to use cardisplayproxyd

This change adds selinux policies to allow EVS HAL implementations to
use cardisplayproxyd, which implements a stable AIDL version of the
automotive display proxy service interface.

Bug: 170401743
Bug: 217271351
Test: Manually confirm that evs_app renders the camera preview through
      cardisplayproxyd
Change-Id: Ia301b782c6c031fe8351bdcda5ce264da6b8aa4d
This commit is contained in:
Changyeon Jo 2022-03-23 12:35:28 +00:00
parent b299b79473
commit 3518c9e7f8

View file

@ -14,6 +14,10 @@ hal_client_domain(hal_evs_default, hal_graphics_composer)
# allow to use automotive display service # allow to use automotive display service
binder_call(hal_evs_default, automotive_display_service_server) binder_call(hal_evs_default, automotive_display_service_server)
allow hal_evs_default fwk_automotive_display_hwservice:hwservice_manager find; allow hal_evs_default fwk_automotive_display_hwservice:hwservice_manager find;
allow hal_evs_default fwk_automotive_display_service:service_manager find;
# allow to use hidl token service to retrieve HGBP object
allow hal_evs_default hidl_token_hwservice:hwservice_manager find;
# allow to access data from surfaceflinger # allow to access data from surfaceflinger
allow hal_evs_default surfaceflinger:fd use; allow hal_evs_default surfaceflinger:fd use;