From 6655728335cea507013098fb7377421e518325a8 Mon Sep 17 00:00:00 2001 From: wuzhijie Date: Fri, 13 Jun 2025 08:21:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9D=83=E9=99=90ohos.permis?= =?UTF-8?q?sion.kernel.CODE=5FPROTECT=5FMANAGE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuzhijie --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index e6c3e0f5..a671f64a 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -5730,6 +5730,15 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.kernel.CODE_PROTECT_MANAGE", + "grantMode": "system_grant", + "availableLevel": "system_core", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee