From 6efd563361d04440ee7c236a778e90466f15e865 Mon Sep 17 00:00:00 2001 From: Jesse Hall Date: Tue, 23 Mar 2021 20:43:59 -0700 Subject: [PATCH] Remove tracking_denials/bootanim.te The action that was being denied no longer occurs. Bug: 180567480 Test: boot past bootanim, check audit log Change-Id: I58a1b307538a1198d69120c0797a9e0542f30bdf --- tracking_denials/bootanim.te | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 tracking_denials/bootanim.te diff --git a/tracking_denials/bootanim.te b/tracking_denials/bootanim.te deleted file mode 100644 index 2be251e3..00000000 --- a/tracking_denials/bootanim.te +++ /dev/null @@ -1,5 +0,0 @@ -# b/180567480 -dontaudit bootanim traced_producer_socket:sock_file { write }; -dontaudit bootanim traced:unix_stream_socket { connectto }; -dontaudit bootanim traced:unix_stream_socket { connectto }; -dontaudit bootanim traced_producer_socket:sock_file { write };