From 12ef05c51915db53d5588136740538526e0e531a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BB=E5=8C=97=E5=86=B5=E5=BD=92?= <2692032597@qq.com> Date: Thu, 16 Jan 2025 02:21:05 +0000 Subject: [PATCH] =?UTF-8?q?update=20appdata-sandbox64.json.=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=205.0.0r=2064=E4=BD=8D=E7=B3=BB=E7=BB=9F=E4=B8=AD=20?= =?UTF-8?q?=E6=B5=8F=E8=A7=88=E5=99=A8=E5=92=8C=20api=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 离北况归 <2692032597@qq.com> --- appdata-sandbox64.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/appdata-sandbox64.json b/appdata-sandbox64.json index aaacee3a..e8359ad1 100644 --- a/appdata-sandbox64.json +++ b/appdata-sandbox64.json @@ -9,6 +9,11 @@ "sandbox-path" : "/system/lib", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "/system/lib64", + "sandbox-path" : "/system/lib64", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" }, { "src-path" : "/system/lib64/platformsdk", "sandbox-path" : "/system/lib64/platformsdk", @@ -94,6 +99,11 @@ "sandbox-path" : "/system/lib", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + },{ + "src-path" : "/system/lib64", + "sandbox-path" : "/system/lib64", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" },{ "src-path" : "/system/lib64/platformsdk", "sandbox-path" : "/system/lib64/platformsdk", -- Gitee