diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 382e9845cedbdb596603c04a71f644b64a87120d..f88aa038ca640a2d6030a73d4dad99aeb5e430a8 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 b78965c01cef7bad7f9ad581031d5d7b645cfdc9..eee08d5b1464282b01eca73353755755c1053905 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" : []