Merge "Make broadcastradio_service accessible from CTS" into udc-dev am: 07767709c9
Original change: https://googleplex-android-review.googlesource.com/c/platform/system/sepolicy/+/22634562 Change-Id: I43c6be19b771098bda3c9b84d96b72b754c4c7aa Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c3a887cee6
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ type battery_service, system_server_service, service_manager_type;
|
|||
type binder_calls_stats_service, system_server_service, service_manager_type;
|
||||
type blob_store_service, app_api_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 broadcastradio_service, app_api_service, system_server_service, service_manager_type;
|
||||
type cacheinfo_service, system_api_service, system_server_service, service_manager_type;
|
||||
type cameraproxy_service, system_server_service, service_manager_type;
|
||||
type clipboard_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
|
|
|
@ -80,7 +80,7 @@ type battery_service, system_server_service, service_manager_type;
|
|||
type binder_calls_stats_service, system_server_service, service_manager_type;
|
||||
type blob_store_service, app_api_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 broadcastradio_service, app_api_service, system_server_service, service_manager_type;
|
||||
type cacheinfo_service, system_api_service, system_server_service, service_manager_type;
|
||||
type cameraproxy_service, system_server_service, service_manager_type;
|
||||
type clipboard_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue