diff --git a/private/compat/26.0/26.0.ignore.cil b/private/compat/26.0/26.0.ignore.cil index 6c7b31ad95e361ad66bd8588742aa67ccca0f19c..9fbd514fca05df22c10e0730578953ef09726762 100644 --- a/private/compat/26.0/26.0.ignore.cil +++ b/private/compat/26.0/26.0.ignore.cil @@ -5,6 +5,7 @@ (typeattributeset new_objects ( adb_service adbd_exec + binder_calls_stats_service bootloader_boot_reason_prop blank_screen blank_screen_exec diff --git a/private/compat/27.0/27.0.ignore.cil b/private/compat/27.0/27.0.ignore.cil index 8ec640919dc34c8010a22abfc988ba7d0b4e7d35..2b6eae18ad8ae27cdb30a42822185aed669f63f1 100644 --- a/private/compat/27.0/27.0.ignore.cil +++ b/private/compat/27.0/27.0.ignore.cil @@ -4,6 +4,7 @@ (typeattribute new_objects) (typeattributeset new_objects ( adb_service + binder_calls_stats_service blank_screen blank_screen_exec blank_screen_tmpfs diff --git a/private/service_contexts b/private/service_contexts index 985444f9093b039a19702f9cf8542c9bb1f03486..8656b4eca10f741712589898fab1250e855012ef 100644 --- a/private/service_contexts +++ b/private/service_contexts @@ -15,6 +15,7 @@ backup u:object_r:backup_service:s0 batteryproperties u:object_r:batteryproperties_service:s0 batterystats u:object_r:batterystats_service:s0 battery u:object_r:battery_service:s0 +binder_calls_stats u:object_r:binder_calls_stats_service:s0 bluetooth_manager u:object_r:bluetooth_manager_service:s0 bluetooth u:object_r:bluetooth_service:s0 broadcastradio u:object_r:broadcastradio_service:s0 diff --git a/public/service.te b/public/service.te index ae45987a9e566992137c4ef5f5ed72a287ddd227..394e334784f1840783ca0c9ad9594a36a8fcc99b 100644 --- a/public/service.te +++ b/public/service.te @@ -47,6 +47,7 @@ type autofill_service, app_api_service, ephemeral_app_api_service, system_server type backup_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type batterystats_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type battery_service, system_server_service, service_manager_type; +type binder_calls_stats_service, system_server_service, service_manager_type; type bluetooth_manager_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type broadcastradio_service, system_server_service, service_manager_type; type cameraproxy_service, system_server_service, service_manager_type;