Merge "Add selinux contexts for system_config_service" am: 13722174b7 am: 4d6ca6c90f am: f3d9a24c68

Change-Id: Idee54847e68ab5dd61802f55e9b769ca216c6e62
This commit is contained in:
Automerger Merge Worker 2020-01-17 03:46:11 +00:00
commit 41acac375f
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;