From 5607f3c0afc4d59a44cf3d1b35fc09137b06d9f0 Mon Sep 17 00:00:00 2001 From: zhang-daiyue Date: Wed, 19 Oct 2022 21:36:42 +0800 Subject: [PATCH] Add epfs mount for userfile_manager Signed-off-by: zhang-daiyue Change-Id: I8770aa750db6fc0cbe3d33a363f7194322151ce6 --- appdata-sandbox.json | 6 ++++++ appdata-sandbox64.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 382e9845..f88aa038 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -231,6 +231,12 @@ "sandbox-path" : "/storage/media", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "none", + "sandbox-path" : "/storage/media/local/epfs", + "sandbox-flags" : [ "MS_NODEV" ], + "fs-type": "epfs", + "check-action-status": "false" } ], "symbol-links" : [] diff --git a/appdata-sandbox64.json b/appdata-sandbox64.json index b78965c0..eee08d5b 100644 --- a/appdata-sandbox64.json +++ b/appdata-sandbox64.json @@ -254,6 +254,12 @@ "sandbox-path" : "/storage/media", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "none", + "sandbox-path" : "/storage/media/local/epfs", + "sandbox-flags" : [ "MS_NODEV" ], + "fs-type": "epfs", + "check-action-status": "false" } ], "symbol-links" : [] -- Gitee