From 9e16414e5f00e434555c059d424b861b572a02d5 Mon Sep 17 00:00:00 2001 From: cheng_jinsong Date: Thu, 27 Oct 2022 10:29:44 +0800 Subject: [PATCH] init: fix bugs Signed-off-by: cheng_jinsong --- interfaces/innerkits/sandbox/chipset-sandbox.json | 4 ++++ interfaces/innerkits/sandbox/chipset-sandbox64.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/interfaces/innerkits/sandbox/chipset-sandbox.json b/interfaces/innerkits/sandbox/chipset-sandbox.json index 8c0734da..da853400 100644 --- a/interfaces/innerkits/sandbox/chipset-sandbox.json +++ b/interfaces/innerkits/sandbox/chipset-sandbox.json @@ -76,6 +76,10 @@ "src-path" : "/sys_prod", "sandbox-path" : "/sys_prod", "sandbox-flags" : [ "bind", "rec", "private" ] + }, { + "src-path" : "/chip_prod", + "sandbox-path" : "/chip_prod", + "sandbox-flags" : [ "bind", "rec", "private" ] } ], "mount-bind-files" : [{ diff --git a/interfaces/innerkits/sandbox/chipset-sandbox64.json b/interfaces/innerkits/sandbox/chipset-sandbox64.json index b0462f49..1f41db94 100644 --- a/interfaces/innerkits/sandbox/chipset-sandbox64.json +++ b/interfaces/innerkits/sandbox/chipset-sandbox64.json @@ -80,6 +80,10 @@ "src-path" : "/sys_prod", "sandbox-path" : "/sys_prod", "sandbox-flags" : [ "bind", "rec", "private" ] + }, { + "src-path" : "/chip_prod", + "sandbox-path" : "/chip_prod", + "sandbox-flags" : [ "bind", "rec", "private" ] } ], "mount-bind-files" : [{ -- GitLab