From 9c5932b022e496ac73f4228692d4380f37ce8b61 Mon Sep 17 00:00:00 2001 From: yangyuyan Date: Mon, 16 Jun 2025 17:22:15 +0800 Subject: [PATCH] =?UTF-8?q?testserver=E5=A2=9E=E5=8A=A0acl=E6=9D=83?= =?UTF-8?q?=E9=99=90.Signed-off-by:=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangyuyan Change-Id: Ifd34707eab175977b9d02d539daa5ae9c14e7d26 --- .../basic/screenshot32/new_script/resource/acl_whitelist.json | 3 ++- 1 file changed, 2 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 96a4189..4ea77e0 100644 --- a/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json +++ b/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json @@ -333,7 +333,8 @@ { "processName": "testserver", "acls": [ - "ohos.permission.DUMP" + "ohos.permission.DUMP", + "ohos.permission.MANAGE_MISSIONS" ] }, { -- Gitee