From f9a9f5c24ef84d668910e7ccba5ad878dc3a78c4 Mon Sep 17 00:00:00 2001 From: lw19901203 Date: Tue, 13 May 2025 10:01:40 +0800 Subject: [PATCH] sync fence so not found Signed-off-by: lw19901203 --- appdata-sandbox.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 4a2b40b3..8e7d201f 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -48,6 +48,11 @@ "sandbox-path" : "/system/lib", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "/system/lib/chipset-pub-sdk", + "sandbox-path" : "/system/lib/chipset-pub-sdk", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" }, { "src-path" : "/system/data", "sandbox-path" : "/system/data", @@ -511,6 +516,11 @@ "sandbox-path" : "/system/lib", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "/system/lib/chipset-pub-sdk", + "sandbox-path" : "/system/lib/chipset-pub-sdk", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" }, { "src-path" : "/data/service/el1/public/for-all-app", "sandbox-path" : "/data/service/el1/public/for-all-app", @@ -606,6 +616,11 @@ "sandbox-path" : "/system/lib", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "/system/lib/chipset-pub-sdk", + "sandbox-path" : "/system/lib/chipset-pub-sdk", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" }, { "src-path" : "/system/app/", "sandbox-path" : "/system/app/", -- Gitee