From a37fd0cd9d536a74932c0c8c4dd50bb8edb67c25 Mon Sep 17 00:00:00 2001 From: Wilson Sung Date: Tue, 14 Mar 2023 13:46:32 +0800 Subject: [PATCH] Update SELinux error Test: SELinuxUncheckedDenialBootTest Bug: 272628396 Test: scanBugreport Bug: 272628762 Test: scanAvcDeniedLogRightAfterReboot Bug: 272628396 Bug: 267714573 Change-Id: Ice1b62f4092a00af2f9112efa84859465fa5061d --- tracking_denials/bug_map | 1 + tracking_denials/systemui_app.te | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 tracking_denials/systemui_app.te diff --git a/tracking_denials/bug_map b/tracking_denials/bug_map index becd0610..7d01a3b9 100644 --- a/tracking_denials/bug_map +++ b/tracking_denials/bug_map @@ -19,6 +19,7 @@ hal_secure_element_uicc hidl_base_hwservice hwservice_manager b/264483151 hal_thermal_default sysfs file b/272166722 hal_thermal_default sysfs file b/272166987 hal_usb_gadget_impl sysfs_batteryinfo dir b/272166827 +incidentd apex_art_data_file file b/272628762 kernel vendor_fw_file dir b/272166737 kernel vendor_fw_file dir b/272166787 mtectrl unlabeled dir b/264483752 diff --git a/tracking_denials/systemui_app.te b/tracking_denials/systemui_app.te new file mode 100644 index 00000000..35142bba --- /dev/null +++ b/tracking_denials/systemui_app.te @@ -0,0 +1,2 @@ +# b/272628396 +dontaudit systemui_app service_manager_type:service_manager find;