From 59b9e9ce4e557bc23699fcaadf9021dc7074626c Mon Sep 17 00:00:00 2001 From: Jenny Ho Date: Wed, 8 Nov 2023 00:04:44 +0800 Subject: [PATCH] sepolicy: remove tracking_denials/hal_health_default.te local check there is no hal_health_default related sepolicy error log, remove related .te file. Bug: 307468788 Change-Id: I8c12a2fb76241f9c9f096dddbf3a81f5f041359b Signed-off-by: Jenny Ho --- tracking_denials/hal_health_default.te | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tracking_denials/hal_health_default.te diff --git a/tracking_denials/hal_health_default.te b/tracking_denials/hal_health_default.te deleted file mode 100644 index 3da4968..0000000 --- a/tracking_denials/hal_health_default.te +++ /dev/null @@ -1,7 +0,0 @@ -# b/307468788 -userdebug_or_eng(` - permissive hal_health_default; -')# b/308380763 -dontaudit hal_health_default sysfs:file { getattr }; -dontaudit hal_health_default sysfs:file { open }; -dontaudit hal_health_default sysfs:file { read };