From ce42de2ebd969b9012993b7962b566bd8b5d4945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Wagner?= Date: Wed, 7 Jun 2023 10:15:16 +0000 Subject: [PATCH] Prepare for Mali r44p0 UMD update Add selinux rule to allow new V2 interface file alongside of V1 used up to r43p0. The V1 entry will be removed once the r44p0 UMD update completes. This decouples small changes from large, potentially intrusive ones in other repositories. Bug: 284254900 Change-Id: Ia928f871d8ea1fdbfb963cecb8fc4a99947e443e --- vendor/file_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor/file_contexts b/vendor/file_contexts index aab91964..6e81aa2b 100644 --- a/vendor/file_contexts +++ b/vendor/file_contexts @@ -33,6 +33,7 @@ # Vendor Firmwares /vendor/firmware(/.*)? u:object_r:vendor_fw_file:s0 /vendor/lib64/arm\.mali\.platform-V1-ndk\.so u:object_r:same_process_hal_file:s0 +/vendor/lib64/arm\.mali\.platform-V2-ndk\.so u:object_r:same_process_hal_file:s0 # Vendor libraries /vendor/lib(64)?/libgxp\.so u:object_r:same_process_hal_file:s0