Add a new system service for app search management.
This change app-search-service to sepolicy system service. Bug: 142567528 Test: Manual Change-Id: Ife7b09365d667da0ad370e586af828f8f4423660
This commit is contained in:
parent
a54c82a1fc
commit
9a2296252f
3 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
(typeattribute new_objects)
|
||||
(typeattributeset new_objects
|
||||
( new_objects
|
||||
app_search_service
|
||||
auth_service
|
||||
ashmem_libcutils_device
|
||||
blob_store_service
|
||||
|
|
|
@ -11,6 +11,7 @@ android.security.keystore u:object_r:keystore_service:s0
|
|||
android.service.gatekeeper.IGateKeeperService u:object_r:gatekeeper_service:s0
|
||||
app_binding u:object_r:app_binding_service:s0
|
||||
app_prediction u:object_r:app_prediction_service:s0
|
||||
app_search u:object_r:app_search_service:s0
|
||||
apexservice u:object_r:apex_service:s0
|
||||
blob_store u:object_r:blob_store_service:s0
|
||||
gsiservice u:object_r:gsi_service:s0
|
||||
|
|
|
@ -45,6 +45,7 @@ type adb_service, system_api_service, system_server_service, service_manager_typ
|
|||
type alarm_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type app_binding_service, system_server_service, service_manager_type;
|
||||
type app_prediction_service, app_api_service, system_server_service, service_manager_type;
|
||||
type app_search_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type appops_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type appwidget_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type assetatlas_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue