From e1b15d64084ed962b361340a3e59d79f5414975c Mon Sep 17 00:00:00 2001 From: chenze Date: Fri, 30 Dec 2022 12:29:41 +0800 Subject: [PATCH] Localsocket file Signed-off-by: chenze --- appdata-sandbox.json | 5 +++++ appdata-sandbox64.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 96efa4ff..adeefa68 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -133,6 +133,11 @@ "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" : [{ diff --git a/appdata-sandbox64.json b/appdata-sandbox64.json index 5db580b6..72ad30c7 100644 --- a/appdata-sandbox64.json +++ b/appdata-sandbox64.json @@ -143,6 +143,11 @@ "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