From 7b05960f4d1f4dfc158bff217b944d8f4df07e57 Mon Sep 17 00:00:00 2001 From: cheng_jinsong Date: Thu, 27 Oct 2022 10:29:44 +0800 Subject: [PATCH] fixed 9e16414 from https://gitee.com/chneg-jinsong/startup_init_lite/pulls/1434 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