From 227aaabb2496848a81a13d6d4ed8d81b295785ae Mon Sep 17 00:00:00 2001 From: HYY Date: Thu, 13 Mar 2025 19:09:55 +0800 Subject: [PATCH] add edm mount Signed-off-by: HYY --- appdata-sandbox-app.json | 8 ++++++++ appdata-sandbox.json | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/appdata-sandbox-app.json b/appdata-sandbox-app.json index a5cba938..8a104e79 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 848399f5..60a67729 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": [{ -- Gitee