From 89682968e3d89a3c868034997b86ec6cd7ca17e6 Mon Sep 17 00:00:00 2001 From: ChenXiaoSong Date: Wed, 30 Aug 2023 08:30:08 +0000 Subject: [PATCH] appdata-sandbox.json: add medialibrary sandbox-path '/mnt/data/' fuse mountpoint is changed from '/mnt/hmdfs/{userid}/cloud' to '/mnt/data/{userid}/cloud'. Signed-off-by: Lihong Kou Signed-off-by: Qiheng Lin Signed-off-by: ChenXiaoSong Change-Id: I60d0f06fefe017c20347ab5b75f3eeaabd61af16 --- appdata-sandbox.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index dad830cd..47138ec1 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -286,6 +286,11 @@ "sandbox-flags" : [ "MS_NODEV" ], "fs-type": "epfs", "check-action-status": "false" + }, { + "src-path" : "/mnt/data/", + "sandbox-path" : "/mnt/data/", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" } ], "symbol-links" : [] -- Gitee