From 3d765451c5620d3479b5b4643e36f5968b781371 Mon Sep 17 00:00:00 2001 From: Shashank Sharma Date: Thu, 2 Mar 2023 23:53:46 +0000 Subject: [PATCH] Remove firmware as same_process_hal_file Bug: 260522245 Bug: 262794429 Change-Id: I7d49ee7c76fbf2cdf87a2a7de4a406c356f50444 --- legacy/whitechapel_pro/file_contexts | 3 --- tracking_denials/kernel.te | 1 - 2 files changed, 4 deletions(-) diff --git a/legacy/whitechapel_pro/file_contexts b/legacy/whitechapel_pro/file_contexts index 0086c9de..5037b3b6 100644 --- a/legacy/whitechapel_pro/file_contexts +++ b/legacy/whitechapel_pro/file_contexts @@ -5,9 +5,6 @@ /vendor/bin/hw/android\.hardware\.contexthub-service\.generic u:object_r:hal_contexthub_default_exec:s0 /vendor/bin/hw/android\.hardware\.nfc-service\.st u:object_r:hal_nfc_default_exec:s0 -# Vendor Firmwares -/vendor/firmware/mali_csffw\.bin u:object_r:same_process_hal_file:s0 - # Vendor libraries /vendor/lib(64)?/libdrm\.so u:object_r:same_process_hal_file:s0 /vendor/lib(64)?/libion_google\.so u:object_r:same_process_hal_file:s0 diff --git a/tracking_denials/kernel.te b/tracking_denials/kernel.te index 43b2aaf0..ad6039fd 100644 --- a/tracking_denials/kernel.te +++ b/tracking_denials/kernel.te @@ -1,5 +1,4 @@ # b/260522245 -allow kernel same_process_hal_file:file r_file_perms; dontaudit kernel vendor_regmap_debugfs:dir { search }; # b/262794429 dontaudit kernel sepolicy_file:file { getattr };