From 9017eafd62565b244272dcd4784050e09d1344a3 Mon Sep 17 00:00:00 2001 From: andrewhw Date: Thu, 5 May 2022 09:35:37 +0800 Subject: [PATCH 1/2] add /vendor/lib/chipsetsdk to sandbox path Signed-off-by: andrewhw Change-Id: I1e768dc59d0c9f291fa7b0d08df95587804dc2fc --- appdata-sandbox.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 2ddac3b2..740f5032 100644 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -68,6 +68,11 @@ "sandbox-path" : "/system/etc", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "/vendor/lib/chipsetsdk", + "sandbox-path" : "/vendor/lib/chipsetsdk", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" }, { "src-path" : "/data/app/el1/bundle/public/", "sandbox-path" : "/data/storage/el1/bundle", -- Gitee From 1f889e8d54c302bf8cc1368d06cd61e34b68bca7 Mon Sep 17 00:00:00 2001 From: andrewhw Date: Fri, 20 May 2022 16:26:52 +0800 Subject: [PATCH 2/2] add /vendor/lib64/chipsetsdk to sandbox path Signed-off-by: andrewhw Change-Id: I52499a72b0198dd2c57459e34fa2426465bbd41e --- appdata-sandbox64.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appdata-sandbox64.json b/appdata-sandbox64.json index 1047a0f9..3b287015 100644 --- a/appdata-sandbox64.json +++ b/appdata-sandbox64.json @@ -73,6 +73,11 @@ "sandbox-path" : "/system/etc", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "/vendor/lib64/chipsetsdk", + "sandbox-path" : "/vendor/lib64/chipsetsdk", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" }, { "src-path" : "/data/app/el1/bundle/public/", "sandbox-path" : "/data/storage/el1/bundle", -- Gitee