feat:update sandbox under new require on startup_init

Signed-off-by: chengjinsong2 <chengjinsong2@huawei.com>
This commit is contained in:
chengjinsong2 2023-06-30 11:09:15 +08:00
parent 4dbe15fd39
commit afee624078
2 changed files with 14 additions and 21 deletions

View File

@ -70,6 +70,14 @@
],
"mount-bind-files" : [
{
"src-path" : "/etc/passwd",
"sandbox-path" : "/system/etc/passwd",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/etc/group",
"sandbox-path" : "/system/etc/group",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/system/etc/ld-musl-arm.path",
"sandbox-path" : "/system/etc/ld-musl-arm.path",
"sandbox-flags" : [ "bind", "rec", "private" ]
@ -89,14 +97,6 @@
"src-path" : "/system/lib/libc++.so",
"sandbox-path" : "/system/lib/libc++.so",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/system/lib/libdisplay_buffer_proxy_1.0.z.so",
"sandbox-path" : "/system/lib/libdisplay_buffer_proxy_1.0.z.so",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/system/lib/libclang_rt.ubsan_minimal.so",
"sandbox-path" : "/system/lib/libclang_rt.ubsan_minimal.so",
"sandbox-flags" : [ "bind", "rec", "private" ]
}
],
"symbol-links" : [{

View File

@ -85,21 +85,14 @@
"src-path" : "/chipset/etc",
"sandbox-path" : "/chipset/etc",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/chip_prod/etc",
"sandbox-path" : "/chip_prod/etc",
"sandbox-flags" : [ "bind", "rec", "private" ]
}
],
"mount-bind-files" : [{
"src-path" : "/vendor/lib/libmapper_service_1.0.z.so",
"sandbox-path" : "/vendor/lib/libmapper_service_1.0.z.so",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/vendor/lib/libinput_interfaces_service_1.0.z.so",
"sandbox-path" : "/vendor/lib/libinput_interfaces_service_1.0.z.so",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/vendor/lib/libhuks_hdi_service_1.0.z.so",
"sandbox-path" : "/vendor/lib/libhuks_hdi_service_1.0.z.so",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"mount-bind-files" : [
{
"src-path" : "/vendor/lib/libcodec_component_manager_service_1.0.z.so",
"sandbox-path" : "/vendor/lib/libcodec_component_manager_service_1.0.z.so",
"sandbox-flags" : [ "bind", "rec", "private" ]