Merge "SEPolicy updates for DeviceConfig Service."

This commit is contained in:
Matt Pape 2018-12-07 20:23:59 +00:00 committed by Gerrit Code Review
commit b1553b72a8
3 changed files with 4 additions and 1 deletions

View file

@ -20,8 +20,9 @@
cpu_variant_prop
dev_cpu_variant
device_config_boot_count_prop
device_config_reset_performed_prop
device_config_flags_health_check_prop
device_config_reset_performed_prop
device_config_service
face_service
face_vendor_data_file
fastbootd

View file

@ -38,6 +38,7 @@ coverage u:object_r:coverage_service:s0
cpuinfo u:object_r:cpuinfo_service:s0
crossprofileapps u:object_r:crossprofileapps_service:s0
dbinfo u:object_r:dbinfo_service:s0
device_config u:object_r:device_config_service:s0
device_policy u:object_r:device_policy_service:s0
device_identifiers u:object_r:device_identifiers_service:s0
deviceidle u:object_r:deviceidle_service:s0

View file

@ -71,6 +71,7 @@ type country_detector_service, app_api_service, ephemeral_app_api_service, syste
type coverage_service, system_server_service, service_manager_type;
type cpuinfo_service, system_api_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;
type device_policy_service, app_api_service, system_server_service, service_manager_type;
type deviceidle_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type device_identifiers_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;