From c2aaa53568c27651ee4594d59eccbccc5f663c22 Mon Sep 17 00:00:00 2001 From: Josip Kelecic Date: Wed, 9 Feb 2022 19:26:03 +0100 Subject: [PATCH] common: label widevine/clearkey DRM hals Change-Id: I1731e5b20819604b25709b2c8805f98da901c4c1 --- common/vendor/file_contexts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/vendor/file_contexts b/common/vendor/file_contexts index 9a298f9..d85cd50 100644 --- a/common/vendor/file_contexts +++ b/common/vendor/file_contexts @@ -126,6 +126,8 @@ /(vendor|system/vendor)/bin/hw/android.hardware.sensors@[0-9].[0-9]-service.samsung-multihal u:object_r:hal_sensors_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.fingerprint@[0-9].[0-9]-service\.samsung u:object_r:hal_fingerprint_default_exec:s0 +/(vendor|system/vendor)/bin/hw/android\.hardware\.drm@[0-9]\.[0-9]-service\.clearkey u:object_r:hal_drm_clearkey_exec:s0 +/(vendor|system/vendor)/bin/hw/android\.hardware\.drm@[0-9]\.[0-9]-service\.widevine u:object_r:hal_drm_widevine_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.light(@[0-9].[0-9])?-service\.samsung u:object_r:hal_light_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.power@[0-9].[0-9]-service\.exynos u:object_r:hal_power_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.power(@[0-9]\.[0-9])?-service\.samsung-libperfmgr u:object_r:hal_power_default_exec:s0 -- 2.20.1