From 811a47fd056cf1f3f81ca43ca2a3021f429cb93e Mon Sep 17 00:00:00 2001 From: handf0830 Date: Fri, 30 Dec 2022 17:35:10 +0800 Subject: [PATCH] for set app net Signed-off-by: handf0830 --- appdata-sandbox.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 96efa4ff..103787d4 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -133,6 +133,12 @@ "sandbox-path" : "/data/storage/ark-profile", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, + { + "src-path" : "/data/unix", + "sandbox-path" : "/data/unix", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" } ], "symbol-links" : [{ -- Gitee