diff --git a/appdata-sandbox.json b/appdata-sandbox.json index edb87a4cdc1a299ee81219eb6a439be1cccc58c0..60f23949c8a79d85ba18bb4e45a3a142b0a771a8 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -153,15 +153,30 @@ } ], "flags-point" : [{ - "flags": "NOT_SUPPORTED", - "sandbox-root" : "/mnt/sandbox/", - "mount-paths" : [{ - "src-path" : "/data/app/el1/bundle/public/", - "sandbox-path" : "/data/bundles/", - "sandbox-flags" : [ "bind", "rec" ], - "check-action-status": "true" + "flags": "DLP_MANAGER", + "sandbox-root" : "/mnt/sandbox/", + "mount-paths" : [{ + "src-path" : "/data/app/el2//base/", + "sandbox-path" : "/data/storage/el2/base", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" + },{ + "src-path" : "/data/app/el1//database/", + "sandbox-path" : "/data/storage/el1/database", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" + }, { + "src-path" : "/data/app/el2//database/", + "sandbox-path" : "/data/storage/el2/database", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" + }, { + "src-path" : "/data/app/el1//base/", + "sandbox-path" : "/data/storage/el1/base", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" } - ]} + ]} ], "symbol-links" : [ ] diff --git a/appdata-sandbox64.json b/appdata-sandbox64.json index e8aaf96369c88087885cbc81c5e15f789a34fa49..507d5db34bce82d78cfc7429a87b927a3007fd35 100644 --- a/appdata-sandbox64.json +++ b/appdata-sandbox64.json @@ -161,6 +161,33 @@ "check-action-status": "false" } ], + "flags-point" : [{ + "flags": "DLP_MANAGER", + "sandbox-root" : "/mnt/sandbox/", + "mount-paths" : [{ + "src-path" : "/data/app/el2//base/", + "sandbox-path" : "/data/storage/el2/base", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" + },{ + "src-path" : "/data/app/el1//database/", + "sandbox-path" : "/data/storage/el1/database", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" + }, { + "src-path" : "/data/app/el2//database/", + "sandbox-path" : "/data/storage/el2/database", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" + }, { + "src-path" : "/data/app/el1//base/", + "sandbox-path" : "/data/storage/el1/base", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" + } + ]} + ], + "symbol-links" : [ ] }] @@ -214,39 +241,6 @@ ], "symbol-links" : [] }], - "com.ohos.wps" : [{ - "sandbox-switch": "ON", - "sandbox-root" : "/mnt/sandbox/", - "mount-paths" : [ - ], - "flags-point" : [{ - "flags": "DLP_MANAGER", - "sandbox-root" : "/mnt/sandbox/", - "mount-paths" : [{ - "src-path" : "/data/app/el2//base/", - "sandbox-path" : "/data/storage/el2/base", - "sandbox-flags" : [ "bind", "rec" ], - "check-action-status": "false" - },{ - "src-path" : "/data/app/el1//database/", - "sandbox-path" : "/data/storage/el1/database", - "sandbox-flags" : [ "bind", "rec" ], - "check-action-status": "false" - }, { - "src-path" : "/data/app/el2//database/", - "sandbox-path" : "/data/storage/el2/database", - "sandbox-flags" : [ "bind", "rec" ], - "check-action-status": "false" - }, { - "src-path" : "/data/app/el1//base/", - "sandbox-path" : "/data/storage/el1/base", - "sandbox-flags" : [ "bind", "rec" ], - "check-action-status": "false" - } - ]} - ], - "symbol-links" : [] - }], "com.ohos.dlpmanager" : [{ "sandbox-switch": "ON", "sandbox-root" : "/mnt/sandbox/",