diff --git a/appdata-sandbox.json b/appdata-sandbox.json index ef0e284d8820e8aab2a2438285031d06c4ab71a8..05b644854812cc78d9369c19672a728b3f7b1728 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -525,12 +525,17 @@ { "sandbox-switch": "ON", "sandbox-root": "/mnt/sandbox/", - "gids": [1008], + "gids": [1008, 3012], "mount-paths": [ { "src-path": "/storage/media//local/files/.thumbs/Photo", "sandbox-path": "/storage/Share/.thumbs/Photo", "sandbox-flags": [ "bind", "rec" ] + }, + { + "src-path": "/data/app/el2//database/com.ohos.medialibrary.medialibrarydata/", + "sandbox-path": "/data/storage/el2/database/share", + "sandbox-flags": [ "bind", "rec" ] } ] }