Merge "Add sepolicy for AppIntegrityService."

This commit is contained in:
Treehugger Robot 2019-12-06 18:37:02 +00:00 committed by Gerrit Code Review
commit 09ecf475e9
3 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
(typeattribute new_objects)
(typeattributeset new_objects
( new_objects
app_integrity_service
app_search_service
auth_service
ashmem_libcutils_device

View File

@ -10,6 +10,7 @@ android.os.UpdateEngineService u:object_r:update_engine_service:s0
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_integrity u:object_r:app_integrity_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

View File

@ -45,6 +45,7 @@ type activity_task_service, app_api_service, ephemeral_app_api_service, system_s
type adb_service, system_api_service, system_server_service, service_manager_type;
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_integrity_service, system_api_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;