Merge "Renamed hardwareproperties to hardware_properties" into nyc-dev

This commit is contained in:
Polina Bondarenko 2016-03-14 17:41:56 +00:00 committed by Android (Google) Code Review
commit d79d753ac2
3 changed files with 3 additions and 3 deletions

View file

@ -25,6 +25,6 @@ allow gatekeeperd gatekeeper_data_file:dir rw_dir_perms;
allow gatekeeperd gatekeeper_data_file:file create_file_perms;
# For hardware properties retrieval
allow gatekeeperd hardwareproperties_service:service_manager find;
allow gatekeeperd hardware_properties_service:service_manager find;
neverallow { domain -gatekeeperd } gatekeeper_service:service_manager add;

View file

@ -55,7 +55,7 @@ type fingerprint_service, app_api_service, system_server_service, service_manage
type gfxinfo_service, system_api_service, system_server_service, service_manager_type;
type graphicsstats_service, app_api_service, system_server_service, service_manager_type;
type hardware_service, system_server_service, service_manager_type;
type hardwareproperties_service, app_api_service, system_server_service, service_manager_type;
type hardware_properties_service, app_api_service, system_server_service, service_manager_type;
type hdmi_control_service, system_api_service, system_server_service, service_manager_type;
type input_method_service, app_api_service, system_server_service, service_manager_type;
type input_service, app_api_service, system_server_service, service_manager_type;

View file

@ -44,7 +44,7 @@ android.hardware.fingerprint.IFingerprintDaemon u:object_r:fingerprintd_service:
gfxinfo u:object_r:gfxinfo_service:s0
graphicsstats u:object_r:graphicsstats_service:s0
hardware u:object_r:hardware_service:s0
hardwareproperties u:object_r:hardwareproperties_service:s0
hardware_properties u:object_r:hardware_properties_service:s0
hdmi_control u:object_r:hdmi_control_service:s0
inputflinger u:object_r:inputflinger_service:s0
input_method u:object_r:input_method_service:s0