未验证 提交 0e941565 编写于 作者: O openharmony_ci 提交者: Gitee

回退 'Pull Request !2035 : 需求:系统/芯片沙盒资源最小化'

上级 7badd706
{
"sandbox-root" : "/mnt/sandbox/chipset",
"mount-bind-paths" : [
{
"mount-bind-paths" : [{
"src-path" : "/system/bin",
"sandbox-path" : "/system/bin",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/system/etc/selinux",
"sandbox-path" : "/system/etc/selinux",
"src-path" : "/system/etc",
"sandbox-path" : "/system/etc",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/system/lib/chipset-pub-sdk",
"sandbox-path" : "/system/lib/chipset-pub-sdk",
"src-path" : "/system/lib",
"sandbox-path" : "/system/lib",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/system/lib/chipset-sdk",
"sandbox-path" : "/system/lib/chipset-sdk",
"src-path" : "/system/profile",
"sandbox-path" : "/system/profile",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/system/lib/ndk",
"sandbox-path" : "/system/lib/ndk",
"sandbox-flags" : [ "bind", "rec", "private" ]
"src-path" : "/system/app",
"sandbox-path" : "/system/app",
"sandbox-flags" : [ "bind", "rec", "private" ],
"ignore": 1
}, {
"src-path" : "/system/fonts",
"sandbox-path" : "/system/fonts",
"sandbox-flags" : [ "bind", "rec", "private" ],
"ignore": 1
}, {
"src-path" : "/system/usr",
"sandbox-path" : "/system/usr",
"sandbox-flags" : [ "bind", "rec", "private" ],
"ignore": 1
}, {
"src-path" : "/vendor",
"sandbox-path" : "/vendor",
......@@ -63,42 +73,17 @@
"sandbox-path" : "/storage",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/chip_prod",
"sandbox-path" : "/chip_prod",
"sandbox-flags" : [ "bind", "rec", "private" ]
}
],
"mount-bind-files" : [
{
"src-path" : "/system/etc/ld-musl-arm.path",
"sandbox-path" : "/system/etc/ld-musl-arm.path",
"src-path" : "/sys_prod",
"sandbox-path" : "/sys_prod",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/system/etc/ld-musl-namespace-arm.ini",
"sandbox-path" : "/system/etc/ld-musl-namespace-arm.ini",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/system/lib/ld-musl-arm.so.1",
"sandbox-path" : "/system/lib/ld-musl-arm.so.1",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/system/lib/libc.so",
"sandbox-path" : "/system/lib/libc.so",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"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",
"src-path" : "/chip_prod",
"sandbox-path" : "/chip_prod",
"sandbox-flags" : [ "bind", "rec", "private" ]
}
],
"mount-bind-files" : [{
}],
"symbol-links" : [{
"target-name" : "/system/lib",
"link-name" : "/lib"
......
......@@ -32,12 +32,8 @@
"sandbox-flags" : [ "bind", "rec", "private" ],
"ignore": 1
}, {
"src-path" : "/vendor/lib/chipsetsdk",
"sandbox-path" : "/vendor/lib/chipsetsdk",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/vendor/lib/chipset-sdk",
"sandbox-path" : "/vendor/lib/chipset-sdk",
"src-path" : "/vendor",
"sandbox-path" : "/vendor",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/dev",
......@@ -78,21 +74,17 @@
"sandbox-path" : "/sys_prod",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/vendor/etc",
"sandbox-path" : "/vendor/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",
"src-path" : "/vendor",
"sandbox-path" : "/chipset",
"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",
"src-path" : "/chip_prod",
"sandbox-path" : "/chip_prod",
"sandbox-flags" : [ "bind", "rec", "private" ]
}
],
"mount-bind-files" : [{
}],
"symbol-links" : [{
"target-name" : "/system/lib",
"link-name" : "/lib"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册