From 9c5de4504b8cf59335a344ecfffb3fbce0acaed3 Mon Sep 17 00:00:00 2001 From: Zheng Yongjun Date: Tue, 17 May 2022 09:58:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E6=B2=99=E7=AE=B1=E4=B8=AD?= =?UTF-8?q?=E4=B8=8D=E5=86=8D=E4=BD=BF=E7=94=A8=E7=9A=84/data/accounts?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zheng Yongjun --- appdata-sandbox.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 4803507d..f27629e0 100644 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -155,11 +155,6 @@ "sandbox-switch": "ON", "sandbox-root" : "/mnt/sandbox/", "mount-bind-paths" : [{ - "src-path" : "/data/app/el1/bundle/public/", - "sandbox-path" : "/data/accounts/account_0/applications/", - "sandbox-flags" : [ "bind", "rec" ], - "check-action-status": "true" - }, { "src-path" : "/data/app/el1/bundle/public/", "sandbox-path" : "/data/bundles/", "sandbox-flags" : [ "bind", "rec" ], @@ -172,11 +167,6 @@ "sandbox-switch": "ON", "sandbox-root" : "/mnt/sandbox/", "mount-bind-paths" : [{ - "src-path" : "/data/app/el1/bundle/public/", - "sandbox-path" : "/data/accounts/account_0/applications/", - "sandbox-flags" : [ "bind", "rec" ], - "check-action-status": "true" - }, { "src-path" : "/data/app/el1/bundle/public/", "sandbox-path" : "/data/bundles/", "sandbox-flags" : [ "bind", "rec" ], @@ -189,11 +179,6 @@ "sandbox-switch": "OFF", "sandbox-root" : "/mnt/sandbox/", "mount-bind-paths" : [{ - "src-path" : "/data/app/el1/bundle/public/", - "sandbox-path" : "/data/accounts/account_0/applications/", - "sandbox-flags" : [ "bind", "rec" ], - "check-action-status": "true" - }, { "src-path" : "/data/app/el1/bundle/public/", "sandbox-path" : "/data/bundles/", "sandbox-flags" : [ "bind", "rec" ], -- Gitee