Allow ActivityManagerService to start cacheDump service.
Configures SELinux to allow ActivityManagerService to start a cacheinfo service that is responsible for dumping per-process cache state. Bug: 153661880 Test: adb shell dumpsys cacheinfo Test: adb bugreport Change-Id: Id6a4bdf2a9cb6d7f076b08706e0f91d377f38603
This commit is contained in:
parent
554bcfe5e8
commit
77efb419f3
6 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
binderfs_logs_proc
|
||||
boringssl_self_test
|
||||
bq_config_prop
|
||||
cacheinfo_service
|
||||
charger_prop
|
||||
cold_boot_done_prop
|
||||
credstore
|
||||
|
|
|
@ -40,6 +40,7 @@ bluetooth_manager u:object_r:bluetooth_manager_service:s
|
|||
bluetooth u:object_r:bluetooth_service:s0
|
||||
broadcastradio u:object_r:broadcastradio_service:s0
|
||||
bugreport u:object_r:bugreport_service:s0
|
||||
cacheinfo u:object_r:cacheinfo_service:s0
|
||||
carrier_config u:object_r:radio_service:s0
|
||||
clipboard u:object_r:clipboard_service:s0
|
||||
com.android.net.IProxyService u:object_r:IProxyService_service:s0
|
||||
|
|
|
@ -63,6 +63,7 @@ type binder_calls_stats_service, system_server_service, service_manager_type;
|
|||
type blob_store_service, app_api_service, system_server_service, service_manager_type;
|
||||
type bluetooth_manager_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type broadcastradio_service, system_server_service, service_manager_type;
|
||||
type cacheinfo_service, system_api_service, system_server_service, service_manager_type;
|
||||
type cameraproxy_service, system_server_service, service_manager_type;
|
||||
type clipboard_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type contexthub_service, app_api_service, system_server_service, service_manager_type;
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
binderfs_logs_proc
|
||||
boringssl_self_test
|
||||
bq_config_prop
|
||||
cacheinfo_service
|
||||
charger_prop
|
||||
cold_boot_done_prop
|
||||
credstore
|
||||
|
|
|
@ -40,6 +40,7 @@ bluetooth_manager u:object_r:bluetooth_manager_service:s
|
|||
bluetooth u:object_r:bluetooth_service:s0
|
||||
broadcastradio u:object_r:broadcastradio_service:s0
|
||||
bugreport u:object_r:bugreport_service:s0
|
||||
cacheinfo u:object_r:cacheinfo_service:s0
|
||||
carrier_config u:object_r:radio_service:s0
|
||||
clipboard u:object_r:clipboard_service:s0
|
||||
com.android.net.IProxyService u:object_r:IProxyService_service:s0
|
||||
|
|
|
@ -63,6 +63,7 @@ type binder_calls_stats_service, system_server_service, service_manager_type;
|
|||
type blob_store_service, app_api_service, system_server_service, service_manager_type;
|
||||
type bluetooth_manager_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type broadcastradio_service, system_server_service, service_manager_type;
|
||||
type cacheinfo_service, system_api_service, system_server_service, service_manager_type;
|
||||
type cameraproxy_service, system_server_service, service_manager_type;
|
||||
type clipboard_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type contexthub_service, app_api_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue