diff --git a/appdata-sandbox-app.json b/appdata-sandbox-app.json index a5cba938774c76ef6cc1e62c4dc306dde9e25651..8a104e794812ba994916117251620a6f75e529c0 100755 --- a/appdata-sandbox-app.json +++ b/appdata-sandbox-app.json @@ -197,6 +197,14 @@ "src-path": "/storage/cloud//files/.thumbs/Photo", "sandbox-path": "/storage/Share/.thumbs/Photo" }] + }, { + "name": "ohos.permission.GET_EDM_CONFIG", + "sandbox-switch": "ON", + "mount-paths": [{ + "src-path": "/data/service/el1/public/edm/config/system", + "sandbox-path": "/data/ecust/system", + "sandbox-flags": [ "bind", "rec" ] + }] }, { "name": "ohos.permission.FILE_CROSS_APP", "gids": ["file_manager"], diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 848399f5f8f91b7d6b0ddffb4ac64754156e925b..60a6772991679bacdb295298684b82f4297e8087 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -706,6 +706,15 @@ } ] }], + "ohos.permission.GET_EDM_CONFIG":[{ + "sandbox-switch": "ON", + "mount-paths": [{ + "src-path": "/data/service/el1/public/edm/config/system", + "sandbox-path": "/data/ecust/system", + "sandbox-flags": [ "bind", "rec" ] + } + ] + }], "ohos.permission.FILE_CROSS_APP":[{ "sandbox-switch": "ON", "mount-paths": [{