diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 4710f9f94507bf835b61b66ccd57dde1706d38d3..cdf1844005b7f54a1e7c82d9202eb8b415be4980 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -125,6 +125,16 @@ "check-action-status": "false" } ], + "flags-point" : [{ + "flags" : "START_FLAGS_BACKUP", + "mount-paths" : [{ + "src-path" : "/data/service/el2//backup/bundles/", + "sandbox-path" : "/data/storage/el2/backup", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" + } + ] + }], "symbol-links" : [{ "target-name" : "/system/bin", "link-name" : "/bin", diff --git a/appdata-sandbox64.json b/appdata-sandbox64.json index 8fb6b8c8d8b32b74f5aaef30dc8cd1d7324f8597..af68b945ef96ee4bfb3acd4dec593e22e4bdb845 100644 --- a/appdata-sandbox64.json +++ b/appdata-sandbox64.json @@ -130,6 +130,16 @@ "check-action-status": "false" } ], + "flags-point" : [{ + "flags" : "START_FLAGS_BACKUP", + "mount-paths" : [{ + "src-path" : "/data/service/el2//backup/bundles/", + "sandbox-path" : "/data/storage/el2/backup", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" + } + ] + }], "symbol-links" : [{ "target-name" : "/system/bin", "link-name" : "/bin",