diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 2ddac3b2bf2cece7dccb4cb2a719dc9dc3e7cdf7..740f50325c2ea3c2af4a3531de46634bc0faeaa0 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", diff --git a/appdata-sandbox64.json b/appdata-sandbox64.json index 1047a0f9b3e4a439d8b3cae9e441ddc8118d5373..3b287015ffbf6f23a9d6bd6b7dd4a6abaca1d908 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",