sm8150-common: sepolicy: Address vendor_hal_drm_widevine denials

Change-Id: Icf5b17de314d390c1c891137c7eb29e1f0d52681
This commit is contained in:
LuK1337 2020-10-13 02:07:39 +02:00 committed by Omkar Chandorkar
parent 75b9567bed
commit cfd8ed1710
No known key found for this signature in database
GPG Key ID: 95A33FD984777F70
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
# Allow vendor_hal_drm_widevine to add hal_drmkey_hwservice
allow vendor_hal_drm_widevine hal_drmkey_hwservice:hwservice_manager add;
# Allow vendor_hal_drm_widevine to add, find hal_drmkey_hwservice
allow vendor_hal_drm_widevine hal_drmkey_hwservice:hwservice_manager { add find };