Add app_api_service and ephemeral_app_api to credential_service selinux policy to allow regular apps and instant apps to access credential manager
Test: Built & deployed locally Bug: 253155284 Feature Bug: 241268646 Change-Id: I6cf6738858bccfbb07f0cf2e92fcbd472b4c56ce
This commit is contained in:
parent
586703a90c
commit
d151d63fa0
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ type country_detector_service, app_api_service, ephemeral_app_api_service, syste
|
|||
# with EMMA_INSTRUMENT=true. We should consider locking this down in the future.
|
||||
type coverage_service, system_server_service, service_manager_type;
|
||||
type cpuinfo_service, system_api_service, system_server_service, service_manager_type;
|
||||
type credential_service, system_api_service, system_server_service, service_manager_type;
|
||||
type credential_service, app_api_service, ephemeral_app_api_service, system_api_service, system_server_service, service_manager_type;
|
||||
type dataloader_manager_service, system_server_service, service_manager_type;
|
||||
type dbinfo_service, system_api_service, system_server_service, service_manager_type;
|
||||
type device_config_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue