Merge "Add rule for platform_compat service"

This commit is contained in:
Andrei-Valentin Onea 2019-07-23 14:40:36 +00:00 committed by Gerrit Code Review
commit 72211e36ad
3 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@
(typeattributeset new_objects
( new_objects
cold_boot_done_prop
platform_compat_service
ctl_apexd_prop
device_config_sys_traced_prop
ota_metadata_file

View file

@ -32,6 +32,7 @@ carrier_config u:object_r:radio_service:s0
clipboard u:object_r:clipboard_service:s0
com.android.net.IProxyService u:object_r:IProxyService_service:s0
companiondevice u:object_r:companion_device_service:s0
platform_compat u:object_r:platform_compat_service:s0
connectivity u:object_r:connectivity_service:s0
connmetrics u:object_r:connmetrics_service:s0
consumer_ir u:object_r:consumer_ir_service:s0

View file

@ -96,6 +96,7 @@ type lowpan_service, system_api_service, system_server_service, service_manager_
type ethernet_service, app_api_service, system_server_service, service_manager_type;
type biometric_service, app_api_service, system_server_service, service_manager_type;
type bugreport_service, system_api_service, system_server_service, service_manager_type;
type platform_compat_service, system_server_service, service_manager_type;
type face_service, app_api_service, system_server_service, service_manager_type;
type fingerprint_service, app_api_service, system_server_service, service_manager_type;
type gfxinfo_service, system_api_service, system_server_service, service_manager_type;