mirror of
https://gitee.com/openharmony/startup_init
synced 2024-11-27 18:30:52 +00:00
feat: add /chipset/etc for system sandbox
Signed-off-by: chengjinsong2 <chengjinsong2@huawei.com>
This commit is contained in:
parent
51014d2a12
commit
5742d274c4
@ -81,6 +81,10 @@
|
||||
"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" ]
|
||||
}
|
||||
],
|
||||
"mount-bind-files" : [{
|
||||
|
Loading…
Reference in New Issue
Block a user