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 };