mirror of
https://gitee.com/openharmony/startup_init
synced 2024-11-27 10:20:46 +00:00
feat:update sandbox under new require on startup_init
Signed-off-by: chengjinsong2 <chengjinsong2@huawei.com>
This commit is contained in:
parent
4dbe15fd39
commit
afee624078
@ -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" ]
|
||||
}, {
|
||||
"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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user