From c7104d20eaf11f965ec831981e2777e74ccd4565 Mon Sep 17 00:00:00 2001 From: Wilson Sung Date: Tue, 18 Apr 2023 14:38:24 +0800 Subject: [PATCH] Enforce odrefresh Bug: 254378739 Test: boot-to-home, no avc error Change-Id: I2bd8af071a7296d77f9c1d85647124cdc9835709 --- private/odrefresh.te | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 private/odrefresh.te diff --git a/private/odrefresh.te b/private/odrefresh.te deleted file mode 100644 index 83b1e631..00000000 --- a/private/odrefresh.te +++ /dev/null @@ -1,4 +0,0 @@ -userdebug_or_eng(` - permissive odrefresh; - dontaudit odrefresh property_type:file *; -')