From cdd5c1941efb7c5ae02aba051de05e8c53a5b2cd Mon Sep 17 00:00:00 2001 From: LXinJie Date: Fri, 2 May 2025 18:31:10 +0800 Subject: [PATCH] liuxinjie6@huawei.com Signed-off-by: LXinJie --- appdata-sandbox-gpu.json | 3 +++ appdata-sandbox.json | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/appdata-sandbox-gpu.json b/appdata-sandbox-gpu.json index 5e1c977e..e4bae30b 100644 --- a/appdata-sandbox-gpu.json +++ b/appdata-sandbox-gpu.json @@ -43,6 +43,9 @@ }, { "src-path" : "/data/app/el1/public/shader_cache/cloud/common", "sandbox-path" : "/data/storage/shader_cache/common" + }, { + "src-path" : "/chip_prod/etc/passthrough", + "sandbox-path" : "/chip_prod/etc/passthrough" }], "symbol-links" : [{ "target-name" : "/system/etc", diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 3f9870f7..8896f7d8 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -651,6 +651,11 @@ "sandbox-path" : "/data/storage/shader_cache/common", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "/chip_prod/etc/passthrough", + "sandbox-path" : "/chip_prod/etc/passthrough", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" } ], "symbol-links" : [{ -- Gitee