From ef26d51da769fba06611c19fc1df7163b31f2014 Mon Sep 17 00:00:00 2001 From: SuperKekeA <854706195@qq.com> Date: Mon, 10 Mar 2025 02:36:24 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0/storage/userExternal?= =?UTF-8?q?=E6=B2=99=E7=AE=B1=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SuperKekeA <854706195@qq.com> --- appdata-sandbox.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index f1e3163e..d8eb02ca 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -679,6 +679,11 @@ "sandbox-path": "/storage/External", "sandbox-flags": [ "bind", "rec" ] }, + { + "src-path": "/mnt/data//userExternal", + "sandbox-path": "/storage/userExternal", + "sandbox-flags": [ "bind", "rec" ] + }, { "src-path": "/storage/media//local/files/.Recent", "sandbox-path": "/storage/Users//.Recent", -- Gitee