From 4e41c012ef13858e1f9100166fd02f95b009904e Mon Sep 17 00:00:00 2001 From: h00520053 Date: Mon, 15 May 2023 15:29:12 +0800 Subject: [PATCH] Description: add individual sandbox path Feature or Bugfix: Feature Binary Source: No Signed-off-by: Violet --- appdata-sandbox.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 13f45c28..381b2a95 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -223,6 +223,18 @@ }] }], "individual" : [{ + "com.huawei.hms.hmscore" : [{ + "sandbox-switch": "ON", + "sandbox-root" : "/mnt/sandbox/", + "mount-paths" : [{ + "src-path" : "/data/app/el1/bundle/public", + "sandbox-path" : "/data/bundles/", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "true" + } + ], + "symbol-links" : [] + }], "com.huawei.ohos.hiviewx" : [{ "sandbox-switch": "ON", "sandbox-root" : "/mnt/sandbox/", -- Gitee