提交 afee6240 编写于 作者: C chengjinsong2

feat:update sandbox under new require on startup_init

Signed-off-by: Nchengjinsong2 <chengjinsong2@huawei.com>
上级 4dbe15fd
......@@ -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" : [{
......
......@@ -85,21 +85,14 @@
"src-path" : "/chipset/etc",
"sandbox-path" : "/chipset/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",
"src-path" : "/chip_prod/etc",
"sandbox-path" : "/chip_prod/etc",
"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" ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册