From d728e700c59ea990980565901693745b61e24451 Mon Sep 17 00:00:00 2001 From: Chien Kun Niu Date: Fri, 15 Dec 2023 17:43:39 +0800 Subject: [PATCH] Remove dontaudit hal_usb_impl The log does not show anymore. 12-04 08:13:49.098 415 415 I auditd : avc: denied { find } for pid=841 uid=1000 name=android.frameworks.stats.IStats/default scontext=u:r:hal_usb_impl:s0 tcontext=u:object_r:fwk_stats_service:s0 tclass=service_manager permissive=0 Bug: 314719241 Test: SELinuxUncheckedDenialBootTest Change-Id: I969dd0cb4d98b14253c74379fed59ac4748c1a5e Signed-off-by: Chien Kun Niu --- tracking_denials/hal_usb_impl.te | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 tracking_denials/hal_usb_impl.te diff --git a/tracking_denials/hal_usb_impl.te b/tracking_denials/hal_usb_impl.te deleted file mode 100644 index 8af0037..0000000 --- a/tracking_denials/hal_usb_impl.te +++ /dev/null @@ -1,2 +0,0 @@ -# b/314719241 -dontaudit hal_usb_impl fwk_stats_service:service_manager { find };