From a37728847bbccec3a65303d4ec198a8fd5b3a897 Mon Sep 17 00:00:00 2001 From: SunShine55 <18772101563@163.com> Date: Tue, 8 Jul 2025 17:04:00 +0800 Subject: [PATCH] add ohos.permission.FILE_GUARD_FILE_WRITE Signed-off-by: SunShine55 <18772101563@163.com> --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index c789669f..6e76c78f 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -2694,6 +2694,15 @@ "provisionEnable": true, "distributedSceneEnable": false }, + { + "name": "ohos.permission.FILE_GUARD_FILE_WRITE", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, { "name": "ohos.permission.securityguard.SET_MODEL_STATE", "grantMode": "system_grant", -- Gitee