From 0145eae5383a49beda2837d7251b37fd0539e103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=B8=96=E7=90=A6=5Fhw?= <670097973@qq.com> Date: Thu, 3 Apr 2025 11:09:19 +0800 Subject: [PATCH] add trace manager acl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 杨世琦_hw <670097973@qq.com> --- .../screenshot32/new_script/resource/acl_whitelist.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json b/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json index b3a873d..6355182 100644 --- a/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json +++ b/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json @@ -148,7 +148,8 @@ "ohos.permission.CONTROL_SVC_CMD", "ohos.permission.MANAGE_WIFI_CONNECTION", "ohos.permission.INSTALL_PLUGIN_BUNDLE", - "ohos.permission.UNINSTALL_PLUGIN_BUNDLE" + "ohos.permission.UNINSTALL_PLUGIN_BUNDLE", + "ohos.permission.HIVIEW_TRACE_MANAGE" ] }, { @@ -339,5 +340,11 @@ "acls": [ "ohos.permission.MANAGE_SOFTBUS_NETWORK" ] + }, + { + "processName": "hiprofiler_plugins", + "acls": [ + "ohos.permission.HIVIEW_TRACE_MANAGE" + ] } ] -- Gitee