diff --git a/appdata-sandbox.json b/appdata-sandbox.json index de810d69020ebdd60a9dea76d5642fdecc337caf..a42c606491c1fe1eeb5023caa22255b10208500d 100644 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -255,7 +255,7 @@ "com.ohos.UserFile.ExternalFileManager" : [{ "sandbox-switch": "ON", "sandbox-root" : "/mnt/sandbox/", - "mount-bind-paths" : [{ + "mount-paths" : [{ "src-path" : "/data/service/el1/public/storage_daemon/share/public", "sandbox-path" : "/data/storage/el1/bundle/storage_daemon", "sandbox-flags" : [ "bind", "rec" ], diff --git a/appdata-sandbox64.json b/appdata-sandbox64.json index ff660390791d33307ef380a9590553a483203458..7378fd7e600c1b9adb7088421cc0466b1248a89a 100644 --- a/appdata-sandbox64.json +++ b/appdata-sandbox64.json @@ -260,6 +260,24 @@ } ], "symbol-links" : [] + }], + "com.ohos.UserFile.ExternalFileManager" : [{ + "sandbox-switch": "ON", + "sandbox-root" : "/mnt/sandbox/", + "mount-paths" : [{ + "src-path" : "/data/service/el1/public/storage_daemon/share/public", + "sandbox-path" : "/data/storage/el1/bundle/storage_daemon", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "true" + }, + { + "src-path" : "/mnt/external", + "sandbox-path" : "/mnt/external", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "true" + } + ], + "symbol-links" : [] }] }] }