diff --git a/tracking_denials/bug_map b/tracking_denials/bug_map index 36f8ab3f..69a67064 100644 --- a/tracking_denials/bug_map +++ b/tracking_denials/bug_map @@ -26,3 +26,4 @@ ssr_detector_app system_app_data_file dir b/264483352 ssr_detector_app system_app_data_file file b/264483352 system_server default_android_service service_manager b/264483754 untrusted_app default_android_service service_manager b/264599934 +vendor_init device_config_configuration_prop property_service b/268566481 diff --git a/tracking_denials/hal_radioext_default.te b/tracking_denials/hal_radioext_default.te new file mode 100644 index 00000000..ba66f822 --- /dev/null +++ b/tracking_denials/hal_radioext_default.te @@ -0,0 +1,2 @@ +# b/269813076 +dontaudit hal_radioext_default hal_bluetooth_btlinux:binder { call }; diff --git a/tracking_denials/systemui_app.te b/tracking_denials/systemui_app.te index cc9ea74c..789db701 100644 --- a/tracking_denials/systemui_app.te +++ b/tracking_denials/systemui_app.te @@ -22,3 +22,10 @@ dontaudit systemui_app touch_context_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 +dontaudit systemui_app bootanim_system_prop:property_service { set }; +dontaudit systemui_app hal_googlebattery:binder { call }; +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 new file mode 100644 index 00000000..aa810d9a --- /dev/null +++ b/tracking_denials/twoshay.te @@ -0,0 +1,2 @@ +# b/269813059 +dontaudit twoshay systemui_app:binder { call }; diff --git a/tracking_denials/zygote.te b/tracking_denials/zygote.te new file mode 100644 index 00000000..cdfc8aa7 --- /dev/null +++ b/tracking_denials/zygote.te @@ -0,0 +1,2 @@ +# b/269812912 +dontaudit zygote vendor_cccdktimesync_app:process { dyntransition };