Merge "Add selinux contexts for system_config_service" am: 13722174b7

Change-Id: Iaf58372d5922403a14c7870571f097438d94425e
This commit is contained in:
Automerger Merge Worker 2020-01-17 03:23:57 +00:00
commit 4d6ca6c90f
3 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,7 @@
simpleperf
soundtrigger_middleware_service
sysfs_dm_verity
system_config_service
system_group_file
system_jvmti_agent_prop
system_passwd_file

View File

@ -202,6 +202,7 @@ storaged_pri u:object_r:storaged_service:s0
storagestats u:object_r:storagestats_service:s0
SurfaceFlinger u:object_r:surfaceflinger_service:s0
suspend_control u:object_r:system_suspend_control_service:s0
system_config u:object_r:system_config_service:s0
system_update u:object_r:system_update_service:s0
task u:object_r:task_service:s0
telecom u:object_r:telecom_service:s0

View File

@ -166,6 +166,7 @@ type shortcut_service, app_api_service, system_server_service, service_manager_t
type slice_service, app_api_service, system_server_service, service_manager_type;
type statusbar_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type storagestats_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type system_config_service, system_api_service, system_server_service, service_manager_type;
type system_update_service, system_server_service, service_manager_type;
type soundtrigger_middleware_service, system_server_service, service_manager_type;
type task_service, system_server_service, service_manager_type;