From a1eb5a1d586ce104e74df48d7f9c5c6973bfd341 Mon Sep 17 00:00:00 2001 From: Zheng Yongjun Date: Thu, 7 Jul 2022 14:40:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E7=9B=B8=E6=9C=BA=E5=9C=A8?= =?UTF-8?q?=E6=9F=90=E4=BA=9B=E8=AE=BE=E5=A4=87=E4=B8=8A=E7=9A=84=E6=B2=99?= =?UTF-8?q?=E7=AE=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zheng Yongjun --- appdata-sandbox.json | 6 ++++++ appdata-sandbox64.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 84733999..88af35fd 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -243,6 +243,12 @@ ], "symbol-links" : [] }], + "com.ohos.camera" : [{ + "sandbox-switch": "OFF", + "sandbox-root" : "/mnt/sandbox/", + "mount-paths" : [], + "symbol-links" : [] + }], "com.ohos.UserFile.ExternalFileManager" : [{ "sandbox-switch": "ON", "sandbox-root" : "/mnt/sandbox/", diff --git a/appdata-sandbox64.json b/appdata-sandbox64.json index b44c5b39..2a758eac 100644 --- a/appdata-sandbox64.json +++ b/appdata-sandbox64.json @@ -260,6 +260,12 @@ ], "symbol-links" : [] }], + "com.ohos.camera" : [{ + "sandbox-switch": "OFF", + "sandbox-root" : "/mnt/sandbox/", + "mount-paths" : [], + "symbol-links" : [] + }], "com.ohos.UserFile.ExternalFileManager" : [{ "sandbox-switch": "ON", "sandbox-root" : "/mnt/sandbox/", -- Gitee