From 6a0f93287738ec87a5b144f4cc5925b012a31b7b Mon Sep 17 00:00:00 2001 From: liyufan Date: Thu, 29 Dec 2022 19:35:50 +0800 Subject: [PATCH] fix net path Signed-off-by: liyufan --- appdata-sandbox.json | 5 +++++ appdata-sandbox64.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index b90d36a9..fd4b72e0 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -176,6 +176,11 @@ "sandbox-path" : "/data/storage/el1/bundle/ohos.global.systemres.overlay", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "/data/service/el1/public/netmanager", + "sandbox-path" : "/data/service/el1/public/netmanager", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" } ], "flags-point" : [{ diff --git a/appdata-sandbox64.json b/appdata-sandbox64.json index db02e056..386ff766 100644 --- a/appdata-sandbox64.json +++ b/appdata-sandbox64.json @@ -190,6 +190,11 @@ "sandbox-path" : "/data/storage/el1/bundle/ohos.global.systemres.overlay", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "/data/service/el1/public/netmanager", + "sandbox-path" : "/data/service/el1/public/netmanager", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" } ], "flags-point" : [{ -- Gitee