fixup! common: label widevine/clearkey DRM hals
authorTim Zimmermann <tim@linux4.de>
Sun, 10 Apr 2022 05:06:46 +0000 (07:06 +0200)
committerTim Zimmermann <tim@linux4.de>
Sun, 10 Apr 2022 05:06:46 +0000 (07:06 +0200)
Change-Id: If2482b90610727755825b5ba1939cae6a04d355e

common/vendor/hal_drm_clearkey.te [new file with mode: 0644]
common/vendor/hal_drm_widevine.te [new file with mode: 0644]

diff --git a/common/vendor/hal_drm_clearkey.te b/common/vendor/hal_drm_clearkey.te
new file mode 100644 (file)
index 0000000..da9ce6c
--- /dev/null
@@ -0,0 +1,5 @@
+type hal_drm_clearkey, domain;
+hal_server_domain(hal_drm_clearkey, hal_drm);
+
+type hal_drm_clearkey_exec, exec_type, vendor_file_type, file_type;
+init_daemon_domain(hal_drm_clearkey);
diff --git a/common/vendor/hal_drm_widevine.te b/common/vendor/hal_drm_widevine.te
new file mode 100644 (file)
index 0000000..07b98b2
--- /dev/null
@@ -0,0 +1,5 @@
+type hal_drm_widevine, domain;
+hal_server_domain(hal_drm_widevine, hal_drm);
+
+type hal_drm_widevine_exec, exec_type, vendor_file_type, file_type;
+init_daemon_domain(hal_drm_widevine);