From 709a6398d5d8b80ca1fd368b16f531b542c53b0d Mon Sep 17 00:00:00 2001 From: zengjingjing Date: Thu, 24 Oct 2024 11:30:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B964=E4=BD=8D=E4=B8=8Bvendor/et?= =?UTF-8?q?c=E7=9B=AE=E5=BD=95=E4=B8=8B=E7=9A=84=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=AF=BB=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zengjingjing --- services/sandbox/system-sandbox64.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/services/sandbox/system-sandbox64.json b/services/sandbox/system-sandbox64.json index 6bb3bf2ed..b74a555d4 100644 --- a/services/sandbox/system-sandbox64.json +++ b/services/sandbox/system-sandbox64.json @@ -80,8 +80,12 @@ "sandbox-path" : "/sys_prod", "sandbox-flags" : [ "bind", "rec", "private" ] }, { - "src-path" : "/vendor", - "sandbox-path" : "/chipset", + "src-path" : "/vendor/etc", + "sandbox-path" : "/vendor/etc", + "sandbox-flags" : [ "bind", "rec", "private" ] + }, { + "src-path" : "/chipset/etc", + "sandbox-path" : "/chipset/etc", "sandbox-flags" : [ "bind", "rec", "private" ] }, { "src-path" : "/chip_prod", -- Gitee