From add839a7b56b77b494f879c566d63078332a0019 Mon Sep 17 00:00:00 2001 From: nianyuu Date: Thu, 14 Aug 2025 21:05:53 +0800 Subject: [PATCH] add vendor for system-sandbox64.json Signed-off-by: nianyuu --- 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..964414032 100644 --- a/services/sandbox/system-sandbox64.json +++ b/services/sandbox/system-sandbox64.json @@ -36,16 +36,12 @@ "sandbox-flags" : [ "bind", "rec", "private" ], "ignore": 1 }, { - "src-path" : "/system/resource", + "src-path" : "/system/resource", "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", -- Gitee