Merge "Add AuthService to sepolicy" am: 517fee8781
am: d854f82473
Change-Id: I1ac9b9880b3facfbf771ca8cfdf539227dd63f7c
This commit is contained in:
commit
f88a909596
3 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
(typeattribute new_objects)
|
||||
(typeattributeset new_objects
|
||||
( new_objects
|
||||
auth_service
|
||||
ashmem_libcutils_device
|
||||
blob_store_service
|
||||
boringssl_self_test
|
||||
|
|
|
@ -19,6 +19,7 @@ appwidget u:object_r:appwidget_service:s0
|
|||
assetatlas u:object_r:assetatlas_service:s0
|
||||
attention u:object_r:attention_service:s0
|
||||
audio u:object_r:audio_service:s0
|
||||
auth u:object_r:auth_service:s0
|
||||
autofill u:object_r:autofill_service:s0
|
||||
backup u:object_r:backup_service:s0
|
||||
batteryproperties u:object_r:batteryproperties_service:s0
|
||||
|
|
|
@ -49,6 +49,7 @@ type appops_service, app_api_service, ephemeral_app_api_service, system_server_s
|
|||
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 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;
|
||||
type backup_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type batterystats_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue