Merge "Add resources_manager_service" am: 0f72360b2f
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1944288 Change-Id: I240261561b71f71c74d728c8e4a4ed7f6133fbe4
This commit is contained in:
commit
bebb429e43
3 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
nearby_service
|
||||
proc_watermark_boost_factor
|
||||
proc_watermark_scale_factor
|
||||
resources_manager_service
|
||||
selection_toolbar_service
|
||||
snapuserd_proxy_socket
|
||||
supplemental_process_service
|
||||
|
|
|
@ -266,6 +266,7 @@ rcs u:object_r:radio_service:s0
|
|||
reboot_readiness u:object_r:reboot_readiness_service:s0
|
||||
recovery u:object_r:recovery_service:s0
|
||||
resolver u:object_r:resolver_service:s0
|
||||
resources u:object_r:resources_manager_service:s0
|
||||
restrictions u:object_r:restrictions_service:s0
|
||||
role u:object_r:role_service:s0
|
||||
rollback u:object_r:rollback_service:s0
|
||||
|
|
|
@ -185,6 +185,7 @@ type procstats_service, app_api_service, ephemeral_app_api_service, system_serve
|
|||
type reboot_readiness_service, app_api_service, system_server_service, service_manager_type;
|
||||
type recovery_service, system_server_service, service_manager_type;
|
||||
type registry_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type resources_manager_service, system_api_service, system_server_service, service_manager_type;
|
||||
type restrictions_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type role_service, app_api_service, system_server_service, service_manager_type;
|
||||
type rollback_service, app_api_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue