Merge "selinux changes to add time detector service"
This commit is contained in:
commit
93953d0be6
5 changed files with 5 additions and 0 deletions
|
@ -117,6 +117,7 @@
|
||||||
thermalserviced
|
thermalserviced
|
||||||
thermalserviced_exec
|
thermalserviced_exec
|
||||||
thermalserviced_tmpfs
|
thermalserviced_tmpfs
|
||||||
|
timedetector_service
|
||||||
timezone_service
|
timezone_service
|
||||||
tombstoned_java_trace_socket
|
tombstoned_java_trace_socket
|
||||||
tombstone_wifi_data_file
|
tombstone_wifi_data_file
|
||||||
|
|
|
@ -94,6 +94,7 @@
|
||||||
system_boot_reason_prop
|
system_boot_reason_prop
|
||||||
system_update_service
|
system_update_service
|
||||||
test_boot_reason_prop
|
test_boot_reason_prop
|
||||||
|
timedetector_service
|
||||||
tombstone_wifi_data_file
|
tombstone_wifi_data_file
|
||||||
trace_data_file
|
trace_data_file
|
||||||
traced
|
traced
|
||||||
|
|
|
@ -66,6 +66,7 @@ allow platform_app mediadrmserver_service:service_manager find;
|
||||||
allow platform_app persistent_data_block_service:service_manager find;
|
allow platform_app persistent_data_block_service:service_manager find;
|
||||||
allow platform_app radio_service:service_manager find;
|
allow platform_app radio_service:service_manager find;
|
||||||
allow platform_app thermal_service:service_manager find;
|
allow platform_app thermal_service:service_manager find;
|
||||||
|
allow platform_app timedetector_service:service_manager find;
|
||||||
allow platform_app timezone_service:service_manager find;
|
allow platform_app timezone_service:service_manager find;
|
||||||
allow platform_app app_api_service:service_manager find;
|
allow platform_app app_api_service:service_manager find;
|
||||||
allow platform_app system_api_service:service_manager find;
|
allow platform_app system_api_service:service_manager find;
|
||||||
|
|
|
@ -162,6 +162,7 @@ telecom u:object_r:telecom_service:s0
|
||||||
telephony.registry u:object_r:registry_service:s0
|
telephony.registry u:object_r:registry_service:s0
|
||||||
textclassification u:object_r:textclassification_service:s0
|
textclassification u:object_r:textclassification_service:s0
|
||||||
textservices u:object_r:textservices_service:s0
|
textservices u:object_r:textservices_service:s0
|
||||||
|
time_detector u:object_r:timedetector_service:s0
|
||||||
timezone u:object_r:timezone_service:s0
|
timezone u:object_r:timezone_service:s0
|
||||||
thermalservice u:object_r:thermal_service:s0
|
thermalservice u:object_r:thermal_service:s0
|
||||||
trust u:object_r:trust_service:s0
|
trust u:object_r:trust_service:s0
|
||||||
|
|
|
@ -140,6 +140,7 @@ type task_service, system_server_service, service_manager_type;
|
||||||
type textclassification_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
type textclassification_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||||
type textservices_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
type textservices_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||||
type telecom_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
type telecom_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||||
|
type timedetector_service, system_server_service, service_manager_type;
|
||||||
type timezone_service, system_server_service, service_manager_type;
|
type timezone_service, system_server_service, service_manager_type;
|
||||||
type trust_service, app_api_service, system_server_service, service_manager_type;
|
type trust_service, app_api_service, system_server_service, service_manager_type;
|
||||||
type tv_input_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
type tv_input_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||||
|
|
Loading…
Reference in a new issue