diff --git a/appdata-sandbox-app.json b/appdata-sandbox-app.json index c055a6055676744129fab1e5dbb30496baf1c79b..39035520323104397fa336d8c6bd7153ba38f662 100644 --- a/appdata-sandbox-app.json +++ b/appdata-sandbox-app.json @@ -238,6 +238,9 @@ "mount-paths": [{ "src-path": "/data/app/el1/bundle/public", "sandbox-path": "/data/bundles/" + }, { + "src-path": "/data/service/el1/public/bms/bundle_manager_service/uninstalled_preload", + "sandbox-path": "/data/bms_uninstalled_preload/" }] }, { "name": "ohos.permission.ACCESS_BBOX_DIR", diff --git a/appdata-sandbox.json b/appdata-sandbox.json index c4a3fef8351c1f3c0eb56a98eb8b38bd9aaee3bc..05f35930bb3eaec4b9bb3d34dac7bfa4f9c60e60 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -803,6 +803,10 @@ "src-path": "/data/app/el1/bundle/public", "sandbox-path": "/data/bundles/", "sandbox-flags": [ "bind", "rec" ] + }, { + "src-path": "/data/service/el1/public/bms/bundle_manager_service/uninstalled_preload", + "sandbox-path": "/data/bms_uninstalled_preload/", + "sandbox-flags": [ "bind", "rec" ] } ] }],