From 1b1fe4d3cca5fa316efefe888091e3e57642b5ed Mon Sep 17 00:00:00 2001 From: Ian Kasprzak Date: Thu, 23 Feb 2023 02:45:00 +0000 Subject: [PATCH] Partially revert commit e70b98af09fad85f66736f6d2313b97e8b2db1e1. Remove twoshay references, with commit 9019c55645dc79fd7e4b8e929aab526c78f57ecb reverted it references a non-existent file. Bug: b/270434708 Test: Verified with go/abtd build Reason for revert: b/270434708 - Breaks git_udc-d1-dev-plus-aosp-without-vendor builds. Change-Id: I5705d214218107226ae3dd4959406f3ec05afa90 --- tracking_denials/systemui_app.te | 2 -- tracking_denials/twoshay.te | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 tracking_denials/twoshay.te diff --git a/tracking_denials/systemui_app.te b/tracking_denials/systemui_app.te index b5c8a17a..5b5bd400 100644 --- a/tracking_denials/systemui_app.te +++ b/tracking_denials/systemui_app.te @@ -18,7 +18,6 @@ dontaudit systemui_app qemu_hw_prop:file { getattr }; dontaudit systemui_app qemu_hw_prop:file { map }; dontaudit systemui_app qemu_hw_prop:file { open }; dontaudit systemui_app radio_service:service_manager { find }; -dontaudit systemui_app twoshay:binder { call }; dontaudit systemui_app vr_manager_service:service_manager { find }; dontaudit systemui_app service_manager_type:service_manager *; # b/269813282 @@ -26,4 +25,3 @@ dontaudit systemui_app bootanim_system_prop:property_service { set }; dontaudit systemui_app init:unix_stream_socket { connectto }; dontaudit systemui_app property_socket:sock_file { write }; dontaudit systemui_app qemu_hw_prop:file { read }; -dontaudit systemui_app twoshay:binder { transfer }; diff --git a/tracking_denials/twoshay.te b/tracking_denials/twoshay.te deleted file mode 100644 index aa810d9a..00000000 --- a/tracking_denials/twoshay.te +++ /dev/null @@ -1,2 +0,0 @@ -# b/269813059 -dontaudit twoshay systemui_app:binder { call };