From 02316bd8ea5e04a4d9c9f1e1b8d5090e5c7e0154 Mon Sep 17 00:00:00 2001 From: zhoujing Date: Sat, 2 Aug 2025 17:28:15 +0800 Subject: [PATCH] build for arm64 Change-Id: I798225ece2effdfb808d3cca812ea5040afbb7a3 --- services/sandbox/system-sandbox64.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/services/sandbox/system-sandbox64.json b/services/sandbox/system-sandbox64.json index 6bb3bf2ed..72485aa60 100644 --- a/services/sandbox/system-sandbox64.json +++ b/services/sandbox/system-sandbox64.json @@ -40,14 +40,10 @@ "sandbox-path" : "/system/resource", "sandbox-flags" : [ "bind", "rec", "private" ] }, { - "src-path" : "/vendor/lib64/chipsetsdk", - "sandbox-path" : "/vendor/lib64/chipsetsdk", - "sandbox-flags" : [ "bind", "rec", "private" ] - }, { - "src-path" : "/vendor/firmware", - "sandbox-path" : "/vendor/firmware", + "src-path" : "/vendor", + "sandbox-path" : "/vendor", "sandbox-flags" : [ "bind", "rec", "private" ] - }, { + },{ "src-path" : "/dev", "sandbox-path" : "/dev", "sandbox-flags" : [ "bind", "rec", "private" ] -- Gitee