From 13a9c4424e29e18247477674f3e513804bb0be89 Mon Sep 17 00:00:00 2001 From: huaqingsimeng <1004904143@qq.com> Date: Wed, 19 Jul 2023 11:53:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Epermisson=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=81=A2=E5=A4=8D=E6=97=B6=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=BA=94=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huaqingsimeng --- services/backup.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/services/backup.cfg b/services/backup.cfg index aa8e15a8b..0ebff995d 100644 --- a/services/backup.cfg +++ b/services/backup.cfg @@ -6,7 +6,11 @@ "uid" : "backup", "gid" : ["backup"], "secon" : "u:r:backup_sa:s0", - "permission": ["ohos.permission.STORAGE_MANAGER"] + "permission" : [ + "ohos.permission.STORAGE_MANAGER", + "ohos.permission.INSTALL_BUNDLE" + ], + "permission_acls" : ["ohos.permission.INSTALL_BUNDLE"] } ] } \ No newline at end of file -- Gitee