Merge "SEPolicy changes to support Attestation Verification Service"

This commit is contained in:
Dave McCloskey 2021-10-14 00:12:50 +00:00 committed by Gerrit Code Review
commit 74fd233c29
3 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@
(typeattributeset new_objects
( new_objects
artd_service
attestation_verification_service
camera2_extensions_prop
device_config_nnapi_native_prop
extra_free_kbytes

View file

@ -56,6 +56,7 @@ 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
attestation_verification u:object_r:attestation_verification_service:s0
blob_store u:object_r:blob_store_service:s0
gsiservice u:object_r:gsi_service:s0
appops u:object_r:appops_service:s0

View file

@ -64,6 +64,7 @@ type app_search_service, app_api_service, ephemeral_app_api_service, system_serv
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;
type attestation_verification_service, app_api_service, system_server_service, service_manager_type;
type audio_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type auth_service, app_api_service, system_server_service, service_manager_type;
type autofill_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;