From d0ac5bffa3a42b512351cf75babc364cd23a0834 Mon Sep 17 00:00:00 2001 From: Kuen-Han Tsai Date: Fri, 17 Feb 2023 10:23:23 +0800 Subject: [PATCH] SEPolicy: remove tracking denials for hal_usb Remove tracking denials since there is no avc denials related to hal_usb found in the bug report. Bug: 264483531 Bug: 264483531 Bug: 264482981 Bug: 264600052 Bug: 264482981 Bug: 264600052 Bug: 261651112 Test: Capture bugreport and check any denials related to hal_usb Change-Id: I535c94c1112fc51f80b80c99562b43afee32ddd6 --- tracking_denials/bug_map | 6 ------ tracking_denials/hwservicemanager.te | 5 +---- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/tracking_denials/bug_map b/tracking_denials/bug_map index 4695e492..36f8ab3f 100644 --- a/tracking_denials/bug_map +++ b/tracking_denials/bug_map @@ -16,12 +16,6 @@ hal_dumpstate_default vendor_displaycolor_service service_manager b/264600086 hal_dumpstate_default vendor_modem_prop property_service b/264482983 hal_secure_element_uicc hal_secure_element_hwservice hwservice_manager b/264483151 hal_secure_element_uicc hidl_base_hwservice hwservice_manager b/264483151 -hal_usb_gadget_impl hal_usb_gadget_hwservice hwservice_manager b/264483531 -hal_usb_gadget_impl hidl_base_hwservice hwservice_manager b/264483531 -hal_usb_impl hal_thermal_hwservice hwservice_manager b/264482981 -hal_usb_impl hal_thermal_hwservice hwservice_manager b/264600052 -hal_usb_impl hidl_manager_hwservice hwservice_manager b/264482981 -hal_usb_impl hidl_manager_hwservice hwservice_manager b/264600052 mtectrl unlabeled dir b/264483752 pixelstats_vendor servicemanager binder b/264483357 pixelstats_vendor sysfs_pixelstats file b/264483319 diff --git a/tracking_denials/hwservicemanager.te b/tracking_denials/hwservicemanager.te index 070980cc..53222bdd 100644 --- a/tracking_denials/hwservicemanager.te +++ b/tracking_denials/hwservicemanager.te @@ -1,7 +1,4 @@ -# b/261651112 -dontaudit hwservicemanager hal_usb_impl:binder { call }; -dontaudit hwservicemanager hal_usb_impl:binder { transfer }; # b/264489781 userdebug_or_eng(` permissive hwservicemanager; -') \ No newline at end of file +')