Merge "Sepolicy : Enable smcinvoke_device for Widevine"
This commit is contained in:
commit
e31c7c321e
1 changed files with 3 additions and 0 deletions
3
generic/vendor/common/hal_drm_widevine.te
vendored
3
generic/vendor/common/hal_drm_widevine.te
vendored
|
@ -36,6 +36,9 @@ allow hal_drm_widevine mediacodec:fd use;
|
|||
allow hal_drm_widevine { appdomain -isolated_app }:fd use;
|
||||
allow hal_drm_widevine qce_device:chr_file rw_file_perms;
|
||||
|
||||
#Allow access to smcinvoke device
|
||||
allow hal_drm_widevine smcinvoke_device:chr_file rw_file_perms;
|
||||
|
||||
# The QTI DRM-HAL implementation uses a vendor-binder service provided
|
||||
# by the HWC HAL.
|
||||
vndbinder_use(hal_drm_widevine);
|
||||
|
|
Loading…
Reference in a new issue