From ca2f1c7d86ffea8a03ade445bd50e58362ab5cd8 Mon Sep 17 00:00:00 2001 From: Joerg Wagner Date: Tue, 18 Jul 2023 10:09:22 +0200 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 2181dbd..11631f5 100644 --- a/vendor/file_contexts +++ b/vendor/file_contexts @@ -32,6 +32,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