Adding sepolicy of tuner resource manager service
This is to allow adding the Tuner Resource Manager as a system service Test: cuttlefish Bug: 147380513 Change-Id: I3f61f2542c7fd934bb69dde08079f830196e2344
This commit is contained in:
parent
e39f8d23ed
commit
3791549dc4
3 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue