From 5088c3156dea9a7f6833ec1427be4ffb3700c41a Mon Sep 17 00:00:00 2001 From: zhouyan Date: Mon, 6 Jan 2025 11:37:22 +0800 Subject: [PATCH] =?UTF-8?q?cherry=20pick=200c374e1=20from=20https://gitee.?= =?UTF-8?q?com/yydwfzysy/developtools=5Fintegration=5Fverification/pulls/5?= =?UTF-8?q?57=20=E7=9B=B8=E6=9C=BA=E4=B8=8E=E9=9F=B3=E9=A2=91=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E6=B7=BB=E5=8A=A0acl=E6=9D=83=E9=99=90=E7=99=BD?= =?UTF-8?q?=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhouyan Change-Id: I945b3fffcc6e84d29c38ca143d6721cc08fb634e --- .../screenshot32/new_script/resource/acl_whitelist.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 69fc1a5..f5e4416 100644 --- a/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json +++ b/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json @@ -87,14 +87,16 @@ { "processName": "camera_service", "acls": [ - "ohos.permission.GET_SENSITIVE_PERMISSIONS" + "ohos.permission.GET_SENSITIVE_PERMISSIONS", + "ohos.permission.SET_MUTE_POLICY" ] }, { "processName": "audio_server", "acls": [ "ohos.permission.GET_SENSITIVE_PERMISSIONS", - "ohos.permission.MONITOR_DEVICE_NETWORK_STATE" + "ohos.permission.MONITOR_DEVICE_NETWORK_STATE", + "ohos.permission.SET_MUTE_POLICY" ] }, { -- Gitee