Merge "Adding sepolicy of tuner resource manager service"

This commit is contained in:
Amy Zhang 2020-02-23 03:49:51 +00:00 committed by Gerrit Code Review
commit 1ddfce5fc6
3 changed files with 3 additions and 0 deletions

View File

@ -101,6 +101,7 @@
userspace_reboot_exported_prop
userspace_reboot_log_prop
vehicle_hal_prop
tv_tuner_resource_mgr_service
vendor_apex_file
vendor_boringssl_self_test
vendor_incremental_module

View File

@ -222,6 +222,7 @@ timezone u:object_r:timezone_service:s0
thermalservice u:object_r:thermal_service:s0
trust u:object_r:trust_service:s0
tv_input u:object_r:tv_input_service:s0
tv_tuner_resource_mgr u:object_r:tv_tuner_resource_mgr_service:s0
uce u:object_r:uce_service:s0
uimode u:object_r:uimode_service:s0
updatelock u:object_r:updatelock_service:s0

View File

@ -182,6 +182,7 @@ type timezone_service, system_server_service, service_manager_type;
type timezonedetector_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_tuner_resource_mgr_service, system_server_service, service_manager_type;
type uimode_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type updatelock_service, system_api_service, system_server_service, service_manager_type;
type uri_grants_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;