From d46ef66190bb67153c69cdad48c51dc11df89317 Mon Sep 17 00:00:00 2001 From: DaiHN Date: Thu, 3 Apr 2025 16:05:16 +0800 Subject: [PATCH] Add permission of "system/framework" issue: https://gitee.com/openharmony/startup_appspawn/issues/IBYKFX?from=project-issue Signed-off-by: DaiHN Change-Id: I265f95ea7d2e667676017f054d98272bb6738df6 --- appdata-sandbox.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 4aaf2623..15444c62 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -73,6 +73,11 @@ "sandbox-path" : "/system/etc", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "/system/framework", + "sandbox-path" : "/system/framework", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" }, { "src-path" : "/system/etc/hosts", "sandbox-path" : "/data/service/el1/network/hosts_user/hosts", @@ -483,6 +488,11 @@ "sandbox-path" : "/system/etc", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "/system/framework", + "sandbox-path" : "/system/framework", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" }, { "src-path" : "/system/etc/hosts", "sandbox-path" : "/data/service/el1/network/hosts_user/hosts", @@ -761,7 +771,7 @@ "src-path": "/data/service/el1/public/themes//a/system", "sandbox-path": "/data/themes/a/system", "sandbox-flags": [ "bind", "rec" ] - }, + }, { "src-path": "/data/service/el1/public/themes//b/system", "sandbox-path": "/data/themes/b/system", -- Gitee