From a1b43428f186b7ddec9037cb31dfafc90ff9a422 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RLB455T\\huangguotao" <18800166911@163.com> Date: Wed, 2 Jul 2025 16:38:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=86=85=E6=A0=B8=E6=9D=83?= =?UTF-8?q?=E9=99=90=201=E3=80=81=E7=BD=91=E7=BB=9C=E6=8A=93=E5=8C=85?= =?UTF-8?q?=E6=9D=83=E9=99=90:ohos.permission.kernel.NET=5FRAW=202?= =?UTF-8?q?=E3=80=81=E7=B3=BB=E7=BB=9F=E8=B0=83=E8=AF=95=E6=9D=83=E9=99=90?= =?UTF-8?q?:ohos.permission.kernel.DEBUGGER=20Signed-off-by:=20Huangguotao?= =?UTF-8?q?=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 52f6bd4fe698a4fb556ae28776df238f4a69781f) --- .../permission_definitions.json | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/services/accesstokenmanager/permission_definitions.json b/services/accesstokenmanager/permission_definitions.json index c6081d7be..2caeb552a 100644 --- a/services/accesstokenmanager/permission_definitions.json +++ b/services/accesstokenmanager/permission_definitions.json @@ -7113,6 +7113,28 @@ "provisionEnable": true, "distributedSceneEnable": false, "deviceTypes": ["phone", "2in1", "tablet"] + }, + { + "name": "ohos.permission.kernel.NET_RAW", + "grantMode": "system_grant", + "availableLevel": "normal", + "availableType": "NORMAL", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false, + "deviceTypes": ["2in1"] + }, + { + "name": "ohos.permission.kernel.DEBUGGER", + "grantMode": "system_grant", + "availableLevel": "normal", + "availableType": "NORMAL", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false, + "deviceTypes": ["2in1"] } ] } -- Gitee