Merge "Fix selinux denial in hal_drm_widevine" into oc-dr1-dev

This commit is contained in:
TreeHugger Robot
2017-07-25 03:26:12 +00:00
committed by Android (Google) Code Review

View File

@@ -10,3 +10,8 @@ vndbinder_use(hal_drm_widevine);
allow hal_drm mediacodec:fd use;
allow hal_drm { appdomain -isolated_app }:fd use;
# The Qualcomm DRM-HAL implementation uses a vendor-binder service provided
# by the HWC HAL.
allow hal_drm_widevine qdisplay_service:service_manager { find };
binder_call(hal_drm_widevine, hal_graphics_composer)