From 031653923137bdf5c12dda323e912531fa17360e Mon Sep 17 00:00:00 2001 From: liyufan Date: Thu, 29 Dec 2022 19:25:30 +0800 Subject: [PATCH] add 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 27c22503..03009b58 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 8c56875b..fe219d77 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