From be39b9e1287a55987a0fa62063c9b0b2ef374ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=B7=83=E8=80=80?= Date: Mon, 9 Jun 2025 10:11:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Efido2=20privilege?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张跃耀 --- .../accesstokenmanager/permission_definitions.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/services/accesstokenmanager/permission_definitions.json b/services/accesstokenmanager/permission_definitions.json index 21d43937a..51fdaca9b 100644 --- a/services/accesstokenmanager/permission_definitions.json +++ b/services/accesstokenmanager/permission_definitions.json @@ -6728,6 +6728,17 @@ "distributedSceneEnable": false, "deviceTypes": ["phone", "2in1", "tablet"] }, + { + "name": "ohos.permission.ACCESS_FIDO2_ONLINEAUTH_PRIVILEGE", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "availableType": "SYSTEM", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false, + "deviceTypes": ["phone", "2in1", "tablet"] + }, { "name": "ohos.permission.PUBLISH_FORM_CROSS_BUNDLE", "grantMode": "system_grant", -- Gitee