From c1a0ef2fe6031fbb88ccfc52ad9cb1d00b88ff6e Mon Sep 17 00:00:00 2001 From: Wilson Sung Date: Wed, 15 Feb 2023 10:36:08 +0800 Subject: [PATCH] Enforce bootanim and platform_app Bug: 264489606 Bug: 264490036 Change-Id: I16ed01bbb93ae2b5d5d6609ffd1f2bc0e3dc39ca --- tracking_denials/bootanim.te | 4 ---- tracking_denials/platform_app.te | 4 ---- 2 files changed, 8 deletions(-) delete mode 100644 tracking_denials/platform_app.te diff --git a/tracking_denials/bootanim.te b/tracking_denials/bootanim.te index 0dfe96ce..e15c110c 100644 --- a/tracking_denials/bootanim.te +++ b/tracking_denials/bootanim.te @@ -1,6 +1,2 @@ # b/260522279 dontaudit bootanim system_data_file:dir { search }; -# b/264489606 -userdebug_or_eng(` - permissive bootanim; -') diff --git a/tracking_denials/platform_app.te b/tracking_denials/platform_app.te deleted file mode 100644 index 1b7e7fef..00000000 --- a/tracking_denials/platform_app.te +++ /dev/null @@ -1,4 +0,0 @@ -# b/264490036 -userdebug_or_eng(` - permissive platform_app; -')