Merge "Add selinux changes for Locale Manager Service"
This commit is contained in:
commit
7ac013be94
3 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
hal_uwb_service
|
||||
hal_uwb_vendor_service
|
||||
hal_wifi_hostapd_service
|
||||
locale_service
|
||||
power_stats_service
|
||||
snapuserd_prop
|
||||
snapuserd_proxy_socket
|
||||
|
|
|
@ -158,6 +158,7 @@ jobscheduler u:object_r:jobscheduler_service:s0
|
|||
launcherapps u:object_r:launcherapps_service:s0
|
||||
legacy_permission u:object_r:legacy_permission_service:s0
|
||||
lights u:object_r:light_service:s0
|
||||
locale u:object_r:locale_service:s0
|
||||
location u:object_r:location_service:s0
|
||||
location_time_zone_manager u:object_r:location_time_zone_manager_service:s0
|
||||
lock_settings u:object_r:lock_settings_service:s0
|
||||
|
|
|
@ -137,6 +137,7 @@ type jobscheduler_service, app_api_service, ephemeral_app_api_service, system_se
|
|||
type launcherapps_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type legacy_permission_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type light_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type locale_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type location_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type location_time_zone_manager_service, system_server_service, service_manager_type;
|
||||
type lock_settings_service, app_api_service, system_api_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue