Skip to content
Snippets Groups Projects
Commit 4da093fe authored by Matt Pape's avatar Matt Pape Committed by android-build-merger
Browse files

Merge "SEPolicy updates for DeviceConfig Service."

am: b1553b72

Change-Id: Ibb3cebd36e68b506765f2e857660e9abb1b7980d
parents cf0e210d b1553b72
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,9 @@ ...@@ -20,8 +20,9 @@
cpu_variant_prop cpu_variant_prop
dev_cpu_variant dev_cpu_variant
device_config_boot_count_prop device_config_boot_count_prop
device_config_reset_performed_prop
device_config_flags_health_check_prop device_config_flags_health_check_prop
device_config_reset_performed_prop
device_config_service
face_service face_service
face_vendor_data_file face_vendor_data_file
fastbootd fastbootd
......
...@@ -38,6 +38,7 @@ coverage u:object_r:coverage_service:s0 ...@@ -38,6 +38,7 @@ coverage u:object_r:coverage_service:s0
cpuinfo u:object_r:cpuinfo_service:s0 cpuinfo u:object_r:cpuinfo_service:s0
crossprofileapps u:object_r:crossprofileapps_service:s0 crossprofileapps u:object_r:crossprofileapps_service:s0
dbinfo u:object_r:dbinfo_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_policy u:object_r:device_policy_service:s0
device_identifiers u:object_r:device_identifiers_service:s0 device_identifiers u:object_r:device_identifiers_service:s0
deviceidle u:object_r:deviceidle_service:s0 deviceidle u:object_r:deviceidle_service:s0
......
...@@ -71,6 +71,7 @@ type country_detector_service, app_api_service, ephemeral_app_api_service, syste ...@@ -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 coverage_service, system_server_service, service_manager_type;
type cpuinfo_service, system_api_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 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 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 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; type device_identifiers_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment