From 3746a55d151eb50bc8b091d2d5eb566a100716a7 Mon Sep 17 00:00:00 2001 From: wangshengwen333 Date: Wed, 5 Mar 2025 15:47:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E4=BD=93=E8=B7=AF=E5=BE=84=E6=9D=83?= =?UTF-8?q?=E9=99=90=E5=9B=9E=E5=90=885.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangshengwen333 --- appdata-sandbox.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 65ff3525..f42187c2 100644 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -480,6 +480,11 @@ "sandbox-path" : "/system/lib", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "/data/service/el1/public/for-all-app", + "sandbox-path" : "/data/service/el1/public/for-all-app", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" }, { "src-path" : "/system/app/", "sandbox-path" : "/system/app/", -- Gitee