From 2699858ff2b6ebd742955f6472b10002ae1226c6 Mon Sep 17 00:00:00 2001 From: dai_yuc Date: Fri, 10 Nov 2023 20:25:34 +0800 Subject: [PATCH] security privacy centeradding permission for bundle resource Signed-off-by: dai_yuc --- appdata-sandbox.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index aefad006..83d24722 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -651,6 +651,17 @@ "sandbox-flags": [ "bind", "rec" ] } ] + }], + "ohos.permission.GRANT_SENSITIVE_PERMISSIONS":[{ + "sandbox-switch": "ON", + "sandbox-root": "/mnt/sandbox/", + "gids": [1006, 1008], + "mount-paths": [{ + "src-path": "/data/app/el1/bundle/public/", + "sandbox-path": "/data/bundles/", + "sandbox-flags": [ "bind", "rec" ] + } + ] }] }] } -- Gitee