From 51d59a3662d955fcafd4973f5eaba346140b6210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=81=E7=AB=9E=E8=8E=9C?= Date: Wed, 11 Jun 2025 15:12:56 +0800 Subject: [PATCH] =?UTF-8?q?DFS=E7=B3=BB=E7=BB=9F=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E6=9D=83=E9=99=90=E8=83=BD=E5=8A=9B=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 宁竞莜 --- .../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 5e18629..069c5f9 100644 --- a/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json +++ b/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json @@ -258,7 +258,8 @@ { "processName": "distributedfiledaemon", "acls": [ - "ohos.permission.MONITOR_DEVICE_NETWORK_STATE" + "ohos.permission.MONITOR_DEVICE_NETWORK_STATE", + "ohos.permission.NOTIFICATION_CONTROLLER" ] }, { -- Gitee